mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 11:08:00 +08:00
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"jasmine": true,
|
|
"jest": true,
|
|
"es6": true
|
|
},
|
|
"parser": "babel-eslint",
|
|
"extends": ["plugin:vue-libs/recommended"],
|
|
"rules": {
|
|
"comma-dangle": [2, "always-multiline"],
|
|
"no-var": "error",
|
|
"no-unused-vars": "warn",
|
|
"camelcase": "off",
|
|
"no-extra-boolean-cast": "off"
|
|
}
|
|
}
|