1.0.3 • Published 6 years ago

eslint-config-coralo-nuxt v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

eslint-config-coralo-nuxt

Config of ESLint for Nuxt by Coralo Team.

It's like Prettier and AirBnB had a baby.

Installation

Follow the instructions over there. This is optional, though.

Install eslint-config-coralo-nuxt

npm install --save-dev eslint-config-coralo-nuxt

Then, add coralo-nuxt to the "extends" array in your .eslintrc.* file. Make sure to put it last, so it gets the chance to override other configs.

{
  "extends": [
    "coralo-nuxt"
  ]
}

License

MIT