nuxt-modules / prismic

Easily connect your Nuxt.js application to your content hosted on Prismic

Home Page:https://prismic.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt ESLint rules

luca-smartpricing opened this issue · 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!

commented

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

commented

Released in 3.3.0 🎉