diff --git a/.eslintrc.js b/.eslintrc.js index 9d1bcba..4955070 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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', diff --git a/package-lock.json b/package-lock.json index 96e4007..dd1a66e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index b1a51f5..2c899ec 100644 --- a/package.json +++ b/package.json @@ -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",