Skip to content

Commit afeaf80

Browse files
committed
Simplify eslint command
1 parent 02599cd commit afeaf80

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
@@ -11,7 +11,7 @@
1111
"clean": "rimraf dist",
1212
"copy-styles": "node ./copy-styles.js",
1313
"jest": "jest",
14-
"lint": "eslint sample/ src/ test/ --ext .jsx,.js",
14+
"lint": "eslint sample src test --ext .jsx,.js",
1515
"postinstall": "husky install",
1616
"prepack": "yarn clean && yarn build",
1717
"prettier": "prettier --check . --cache",

0 commit comments

Comments
 (0)