Make ESLint a bit more forgiving
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user