Make ESLint a bit more forgiving
This commit is contained in:
parent
d9ddc184cb
commit
692d98cb55
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ module.exports = {
|
|||
],
|
||||
"vue/singleline-html-element-content-newline": "off",
|
||||
"vue/multiline-html-element-content-newline": "off",
|
||||
"prettier/prettier": ["error", { semi: false }],
|
||||
"prettier/prettier": ["warn", { semi: false }],
|
||||
"import/no-named-as-default": "off",
|
||||
"no-undef": "off",
|
||||
},
|
||||
globals: {
|
||||
$nuxt: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue