mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
20 lines
379 B
Plaintext
20 lines
379 B
Plaintext
{
|
|
"root": true,
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"jasmine": true,
|
|
"jest": true,
|
|
"es6": true
|
|
},
|
|
"extends": "eslint-config-airbnb/base",
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"no-nested-ternary": [0],
|
|
"no-param-reassign": [0],
|
|
"no-use-before-define": [0],
|
|
"no-plusplus": [0],
|
|
"import/no-extraneous-dependencies": [0]
|
|
}
|
|
}
|