File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " npm run clean && webpack --progress --colors --bail" ,
11
11
"clean" : " rm -rf ./build && mkdir -p build" ,
12
12
"deploy" : " gh-pages -d build -m \" Build for $(git log --pretty=format:%H -n1)\" " ,
13
- "lint" : " eslint ." ,
13
+ "lint" : " eslint . --ext .js,.jsx " ,
14
14
"postmerge" : " opt --in postmerge --exec 'npm install'" ,
15
15
"postrewrite" : " opt --in postrewrite --exec 'npm install'" ,
16
16
"precommit" : " opt --in precommit --exec 'npm run lint'" ,
41
41
"babel-preset-react" : " 6.11.1" ,
42
42
"copy-webpack-plugin" : " 3.0.1" ,
43
43
"eslint" : " 3.5.0" ,
44
- "eslint-config-scratch" : " ^1 .0.0" ,
44
+ "eslint-config-scratch" : " ^2 .0.0" ,
45
45
"eslint-plugin-react" : " 6.4.1" ,
46
46
"gh-pages" : " 0.11.0" ,
47
47
"html-webpack-plugin" : " 2.22.0" ,
You can’t perform that action at this time.
0 commit comments