fix eslintrc
This commit is contained in:
+2
-5
@@ -10,7 +10,8 @@ module.exports = {
|
||||
|
||||
env: {
|
||||
es6: true,
|
||||
node: true
|
||||
node: true,
|
||||
mocha: true
|
||||
},
|
||||
|
||||
plugins: ['vue'],
|
||||
@@ -24,10 +25,6 @@ module.exports = {
|
||||
window: false
|
||||
},
|
||||
|
||||
env: {
|
||||
mocha: true
|
||||
},
|
||||
|
||||
rules: {
|
||||
'accessor-pairs': 2,
|
||||
'arrow-spacing': [2, { 'before': true, 'after': true }],
|
||||
|
||||
Reference in New Issue
Block a user