提交 bc2e901d 编写于 作者: J Jason Park 提交者: Jason

Run eslint fix on algorithm directory

上级 041f2342
......@@ -9,8 +9,8 @@
"build:frontend": "NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.frontend.config.js",
"build:backend": "NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.backend.config.js",
"lint": "npm run lint:src && npm run lint:algorithm",
"lint:src": "./node_modules/.bin/eslint src",
"lint:algorithm": "./node_modules/.bin/eslint algorithm",
"lint:src": "./node_modules/.bin/eslint --fix src",
"lint:algorithm": "./node_modules/.bin/eslint --fix algorithm",
"publish": "npm run lint && npm run build && git add . && git commit && git push"
},
"repository": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册