We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d227e5a commit c6d054cCopy full SHA for c6d054c
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"clean": "rimraf lib/*",
8
- "lint": "eslint src",
+ "lint": "eslint --ext .jsx,.js src",
9
"lint:staged": "lint-staged",
10
"flow": "flow check",
11
"test": "jest",
0 commit comments