We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cf2fa commit d6e7803Copy full SHA for d6e7803
nuxt/eslint.config.mjs
@@ -3,5 +3,6 @@ import withNuxt from './.nuxt/eslint.config.mjs'
3
export default withNuxt({
4
rules: {
5
'vue/prop-name-casing': 'off',
6
+ 'import/first': 'off',
7
},
8
})
0 commit comments