Skip to content

youngtailors/eslint-config-coralo-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Config ESLint for Nuxt by Coralo Team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published