Skip to content

Commit

Permalink
remove eslint for license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nzomkxia committed Apr 10, 2019
1 parent bded13c commit 266d1b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion dubbo-admin-ui/build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const createLintingRule = () => ({
enforce: 'pre',
include: [resolve('src'), resolve('test')],
options: {
formatter: require('eslint-friendly-formatter'),
emitWarning: !config.dev.showEslintErrorsInOverlay
}
})
Expand Down
2 changes: 1 addition & 1 deletion dubbo-admin-ui/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
// Use Eslint Loader?
// If true, your code will be linted during bundling and
// linting errors and warnings will be shown in the console.
useEslint: true,
useEslint: false,
// If true, eslint errors and warnings will also be shown in the error overlay
// in the browser.
showEslintErrorsInOverlay: false,
Expand Down
9 changes: 0 additions & 9 deletions dubbo-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
Expand Down

0 comments on commit 266d1b9

Please sign in to comment.