Skip to content

Commit ea24bb3

Browse files
committed
Simplify eslint command
1 parent f1e4c53 commit ea24bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore \"**/*.spec.js\"",
1313
"clean": "rimraf dist",
1414
"jest": "jest",
15-
"lint": "eslint src/ --ext .jsx,.js",
15+
"lint": "eslint src",
1616
"postinstall": "husky install",
1717
"prepack": "yarn clean && yarn build",
1818
"prettier": "prettier --check . --cache",

0 commit comments

Comments
 (0)