update
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
// @ts-check
|
||||
import withNuxt from './.nuxt/eslint.config.mjs'
|
||||
import withNuxt from "./.nuxt/eslint.config.mjs";
|
||||
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
|
||||
|
||||
export default withNuxt({
|
||||
rules: {
|
||||
'vue/html-self-closing': 'off',
|
||||
},
|
||||
})
|
||||
export default withNuxt([eslintPluginPrettierRecommended], {
|
||||
files: ["src/**/*.ts", "src/**/*.vue"],
|
||||
language: "vue",
|
||||
|
||||
// rules: {
|
||||
// 'vue/html-self-closing': 'off',
|
||||
// },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user