Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lincenying committed Apr 26, 2018
1 parent ad8cc7a commit bf36d6d
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 6,179 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
@@ -1,8 +1,6 @@
{
"extends": ["lcy-vue", "prettier"],
"plugins": ["prettier"],
"extends": ["lcy-vue"],
"rules": {
"prettier/prettier": "error",
"no-irregular-whitespace": 0
}
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ dist/
npm-debug.log
.vscode/
admin.lock
yarn-error.log
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -31,10 +31,10 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"browserslist": "^3.2.4",
"browserslist": "^3.2.6",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^0.28.11",
"eslint-config-lcy-vue": "^2.1.3",
"eslint-config-lcy-vue": "^2.1.5",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eventsource-polyfill": "^0.9.6",
Expand All @@ -45,7 +45,7 @@
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"json-loader": "^0.5.7",
"less": "^3.0.1",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
Expand All @@ -58,7 +58,7 @@
"url-loader": "^1.0.1",
"vue-hot-reload-api": "^2.3.0",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.0.0-rc.2",
"vue-loader": "^15.0.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-dev-middleware": "3.1.2",
Expand Down

0 comments on commit bf36d6d

Please sign in to comment.