mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
chore: modify .eslintrc
This commit is contained in:
parent
33052a05d1
commit
a118fb1df4
@ -8,14 +8,7 @@
|
||||
"es6": true
|
||||
},
|
||||
"extends": "eslint-config-airbnb/base",
|
||||
"parserOptions": {
|
||||
"parser": "babel-eslint",
|
||||
"ecmaVersion": 8,
|
||||
"ecmaFeatures": {
|
||||
"jsx": true,
|
||||
"experimentalObjectRestSpread": true
|
||||
}
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"rules": {
|
||||
"no-nested-ternary": [0],
|
||||
"no-param-reassign": [0],
|
||||
|
Loading…
Reference in New Issue
Block a user