We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4c53 commit ea24bb3Copy full SHA for ea24bb3
package.json
@@ -12,7 +12,7 @@
12
"build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore \"**/*.spec.js\"",
13
"clean": "rimraf dist",
14
"jest": "jest",
15
- "lint": "eslint src/ --ext .jsx,.js",
+ "lint": "eslint src",
16
"postinstall": "husky install",
17
"prepack": "yarn clean && yarn build",
18
"prettier": "prettier --check . --cache",
0 commit comments