generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
8
wp-content/themes/ccat/eslint.config.mjs
Normal file
8
wp-content/themes/ccat/eslint.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
// @ts-check
|
||||
import withNuxt from "./.nuxt/eslint.config.mjs";
|
||||
|
||||
export default withNuxt({
|
||||
rules: {
|
||||
"vue/max-attributes-per-line": "off",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user