Delete broken eslint config
This commit is contained in:
parent
73ced887fd
commit
fe0e2b6ef8
|
@ -1,24 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
env: {
|
|
||||||
browser: true,
|
|
||||||
es6: true
|
|
||||||
},
|
|
||||||
extends: [
|
|
||||||
'plugin:vue/recommended',
|
|
||||||
'standard'
|
|
||||||
],
|
|
||||||
globals: {
|
|
||||||
Atomics: 'readonly',
|
|
||||||
SharedArrayBuffer: 'readonly'
|
|
||||||
},
|
|
||||||
parserOptions: {
|
|
||||||
ecmaVersion: 2018,
|
|
||||||
sourceType: 'module',
|
|
||||||
parser: 'babel-eslint'
|
|
||||||
},
|
|
||||||
plugins: [
|
|
||||||
'vue'
|
|
||||||
],
|
|
||||||
rules: {
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue