mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
{
|
|
"parserOptions": {
|
|
"parser": "typescript-eslint-parser"
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:vue/recommended"
|
|
],
|
|
"rules": {
|
|
"vue/require-v-for-key": false,
|
|
"vue/max-attributes-per-line": false,
|
|
"vue/html-indent": false,
|
|
"vue/html-self-closing": false,
|
|
"vue/no-unused-vars": false,
|
|
"no-console": 0,
|
|
"no-unused-vars": 0,
|
|
"no-empty": 0
|
|
}
|
|
}
|