Skip to content

Commit 2253587

Browse files
committed
Simplify eslint command
1 parent 8084bb3 commit 2253587

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
@@ -13,7 +13,7 @@
1313
"copy-styles": "node ./copy-styles.js",
1414
"copy-types": "node ./copy-types.js",
1515
"jest": "jest",
16-
"lint": "eslint sample/ src/ test/ --ext .jsx,.js",
16+
"lint": "eslint sample src test --ext .jsx,.js",
1717
"postinstall": "husky install",
1818
"prepack": "yarn clean && yarn build",
1919
"prettier": "prettier --check . --cache",

0 commit comments

Comments
 (0)