nuxt-modules / prismic

Easily connect your Nuxt.js application to your content hosted on Prismic
https://prismic.nuxtjs.org
MIT License
245 stars 48 forks source link

Nuxt ESLint rules #213

Closed luca-smartpricing closed 5 months ago

luca-smartpricing commented 7 months ago

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!

lihbr commented 5 months ago

Implemented in #214, should be released this week ☺️

lihbr commented 5 months ago

Released in 3.3.0 🎉