diff --git a/package.json b/package.json index 91eb0ef42c..dcfd6da679 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "install:playground": "cd src/playground && npm install --no-package-lock", "lint": "npm-run-all --parallel lint:js lint:md lint:scss", "lint:fix": "npm-run-all --parallel lint:fix:*", - "lint:js": "eslint --ext=.js,.jsx .", - "lint:fix:js": "eslint --ext=.js,.jsx . --fix", + "lint:js": "eslint .", + "lint:fix:js": "eslint . --fix", "lint:links": "cross-env NODE_OPTIONS=--max-old-space-size=4096 node tools/validate-links.js", "lint:md": "markdownlint \"**/*.md\" ", "lint:fix:md": "markdownlint --fix \"**/*.md\"",