prismic icon indicating copy to clipboard operation
prismic copied to clipboard

Nuxt ESLint rules

Open luca-smartpricing opened this issue 1 year ago • 0 comments

Hi!, could you insert some eslint rules for the new @nuxt/eslint module by default?

E.g. this rule was essential:

{
  files: ['slices/**/*.vue'],
  rules: {
    'vue/multi-word-component-names': 'off'
  }
}

Thanks!

luca-smartpricing avatar Apr 18 '24 09:04 luca-smartpricing