Lint webpack.*.js (#1467)

* Lint webpack.*.js

* Fix webpack.analyze.js style
This commit is contained in:
ylemkimon
2018-07-08 02:17:05 +09:00
committed by Erik Demaine
parent 00c91cdc35
commit 0fb71c8bf8
2 changed files with 2 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
"bin": "cli.js",
"scripts": {
"test": "npm run prestart && npm run test:lint && npm run test:flow && npm run test:jest",
"test:lint": "eslint katex.js katex.webpack.js cli.js webpack.common.js webpack.config.js webpack.dev.js src static test contrib dockers && stylelint src/katex.less",
"test:lint": "eslint katex.js katex.webpack.js cli.js webpack.*.js src static test contrib dockers && stylelint src/katex.less",
"test:flow": "flow",
"test:jest": "jest",
"test:jest:watch": "jest --watch",