We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7489f8a commit 345657fCopy full SHA for 345657f
.eslintrc.js
@@ -9,10 +9,7 @@ module.exports = {
9
jest: true
10
},
11
extends: 'standard',
12
- plugins: [
13
- 'jest',
14
- 'vue'
15
- ],
+ plugins: ['jest'],
16
rules: {
17
// Allow paren-less arrow functions
18
'arrow-parens': 0,
package.json
@@ -75,7 +75,6 @@
75
"eslint-plugin-node": "^6.0.1",
76
"eslint-plugin-promise": "^3.7.0",
77
"eslint-plugin-standard": "^3.1.0",
78
- "eslint-plugin-vue": "latest",
79
"flush-promises": "^1.0.0",
80
"husky": "^1.0.0-rc.2",
81
"jest": "latest",
0 commit comments