mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-23 07:39:55 +00:00
Make ESLint a bit more forgiving
This commit is contained in:
parent
d9ddc184cb
commit
692d98cb55
@ -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 New Issue
Block a user