Skip to content

Commit decee2a

Browse files
committed
Updated npm scripts
1 parent 59bdcee commit decee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"test": "npm run eslint && npm run stylelint && npm run test:coverage",
1818
"test:coverage": "jest",
19-
"eslint": "eslint index.js",
19+
"eslint": "eslint index.js 'src/**/*.js'",
2020
"build": "webpack",
2121
"watch": "webpack --watch",
2222
"stylelint": "stylelint index.scss src/**/*.scss",

0 commit comments

Comments
 (0)