chore: eslint setup
This commit is contained in:
8
eslint.config.mjs
Normal file
8
eslint.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
import withNuxt from "./.nuxt/eslint.config.mjs";
|
||||
|
||||
export default withNuxt({
|
||||
rules: {
|
||||
"vue/html-self-closing": "off",
|
||||
"vue/multi-word-component-names": "off",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user