Skip to content

Commit 7c06dbd

Browse files
committed
updated lint command
1 parent 0e32e6e commit 7c06dbd

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "webpack-dev-server --hot",
88
"build": "webpack --env.production",
9-
"lint": "eslint --ext .js,.jsx src/**",
9+
"lint": "eslint --ext .js,.jsx src/**/*.js",
1010
"test": "jest --coverage --u",
1111
"test:watch": "jest --coverage --watchAll",
1212
"test:updateSnapshot": "jest --updateSnapshot",

0 commit comments

Comments
 (0)