// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt().overrideRules({
'vue/html-quotes': ['error', 'single'],
})