File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 103103 "lint-files" : " npm run lint && npm run beautify-lint && npm run schema-lint" ,
104104 "lint" : " eslint lib bin hot buildin \" test/*.js\" \" test/**/webpack.config.js\" \" examples/**/webpack.config.js\" " ,
105105 "fix" : " npm run lint -- --fix" ,
106- "beautify-lint" : " beautify-lint \" lib/**/*.js\" \" hot/**/*.js\" \" bin/**/*.js\" \" benchmark/*.js\" \" test/*.js\" " ,
106+ "beautify-lint" : " beautify-lint \" lib/**/*.js\" \" hot/**/*.js\" \" bin/**/*.js\" \" benchmark/*.js\" \" test/*.js\" \" test/**/webpack.config.js \" \" examples/**/webpack.config.js \" " ,
107107 "schema-lint" : " mocha test/*.lint.js --opts test/lint-mocha.opts" ,
108108 "benchmark" : " mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.benchmark.js -R spec" ,
109109 "cover" : " npm run cover:init && npm run cover:all && npm run cover:report" ,
You can’t perform that action at this time.
0 commit comments