mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
18 lines
336 B
Text
18 lines
336 B
Text
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|