Spaces:
Running
Running
File size: 189 Bytes
1b44660 |
1 2 3 4 5 6 7 8 9 10 11 12 |
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs';
export default withNuxt(
// Your custom configs here,
{
rules: {
'vue/html-self-closing': 'off',
},
}
);
|