提交 d1b833de 编写于 作者: F Félix Queiruga

Adds .eslintignore file and changes the way eslint is run

上级 f7b961d5
work
target
/rebel.xml
# Node
node/
node_modules/
# Generated JavaScript Bundles
jsbundles
src/main/webapp/css/font-awesome
src/main/webapp/css/google-fonts
src/main/webapp/css/icomoon
# External scripts
src/main/webapp/scripts/yui
src/main/webapp/scripts/prototype.js
src/main/webapp/scripts/*.js
src/main/js/plugin-setup-wizard/bootstrap-detached.js
......@@ -15,7 +15,7 @@
"build": "yarn prod",
"start": "yarn dev --watch",
"test": "jest --config=jest.config.json",
"lint:js": "eslint src/main/js src/test/js",
"lint:js": "eslint . --ext js",
"lint:css": "stylelint src/main/less --syntax less",
"lint": "yarn lint:js && yarn lint:css"
},
......
/* eslint no-undef: 0 */
const path = require('path');
const MiniCSSExtractPlugin = require('mini-css-extract-plugin');
const FixStyleOnlyEntriesPlugin = require('webpack-fix-style-only-entries');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册