You've already forked AstralRinth
forked from didirus/AstralRinth
21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": ["plugin:vue/vue3-recommended", "eslint:recommended", "prettier"],
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": ["vue"],
|
|
"rules": {
|
|
"no-console": "off",
|
|
"vue/no-v-html": "off",
|
|
"comma-dangle": ["error", "only-multiline"],
|
|
"vue/multi-word-component-names": "off",
|
|
"import/no-named-as-default": "off"
|
|
}
|
|
}
|