mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-10 06:28:01 +08:00
Remove unused vuetify eslint plugin
This commit is contained in:
@@ -4,7 +4,6 @@ module.exports = {
|
||||
browser: true,
|
||||
},
|
||||
plugins: [
|
||||
'vuetify',
|
||||
],
|
||||
extends: [
|
||||
'plugin:vue/essential',
|
||||
@@ -19,10 +18,6 @@ module.exports = {
|
||||
'no-plusplus': 'off',
|
||||
'no-continue': 'off',
|
||||
'func-names': ['warn', 'as-needed'],
|
||||
|
||||
'vuetify/no-deprecated-classes': 'error',
|
||||
'vuetify/grid-unknown-attributes': 'error',
|
||||
'vuetify/no-legacy-grid': 'error',
|
||||
},
|
||||
parserOptions: {
|
||||
parser: '@typescript-eslint/parser',
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -5121,16 +5121,6 @@
|
||||
"vue-eslint-parser": "5.0.0"
|
||||
}
|
||||
},
|
||||
"eslint-plugin-vuetify": {
|
||||
"version": "1.0.0-beta.3",
|
||||
"resolved": "https://registry.npm.taobao.org/eslint-plugin-vuetify/download/eslint-plugin-vuetify-1.0.0-beta.3.tgz",
|
||||
"integrity": "sha1-TGZo/15wanSBXfvD0zlNyQR066Y=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-plugin-vue": "5.2.3",
|
||||
"requireindex": "1.2.0"
|
||||
}
|
||||
},
|
||||
"eslint-scope": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npm.taobao.org/eslint-scope/download/eslint-scope-4.0.3.tgz",
|
||||
@@ -10575,12 +10565,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"requireindex": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npm.taobao.org/requireindex/download/requireindex-1.2.0.tgz",
|
||||
"integrity": "sha1-NGPNsi7hUZAmNapslTXU3pwu8e8=",
|
||||
"dev": true
|
||||
},
|
||||
"requires-port": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npm.taobao.org/requires-port/download/requires-port-1.0.0.tgz",
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
"babel-eslint": "^10.0.1",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-vue": "^5.0.0",
|
||||
"eslint-plugin-vuetify": "^1.0.0-beta.3",
|
||||
"node-sass": "^4.9.0",
|
||||
"sass": "^1.17.4",
|
||||
"sass-loader": "^7.1.0",
|
||||
|
||||
Reference in New Issue
Block a user