0.6.1 • Published 6 years ago

@alza54/eslint-config-nuxt v0.6.1

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

@alza54/eslint-config-nuxt

shellcode.team Build Status shellcode-styleguide

Shareable eslint configuration for Nuxt.js.

Use this alongside with @alza54/eslint-config-vue.

Features

Installation

npm install --save-dev @alza54/eslint-config-vue @alza54/eslint-config-nuxt 

or yarn

yarn add -D @alza54/eslint-config-vue @alza54/eslint-config-nuxt 

Then, modify your eslint configuration:

{
  "root": true,

  "extends": [
    "@alza54/vue",
    "@alza54/nuxt/base"
  ]
}

for Nuxt with Javascript.

or

{
  "root": true,

  "extends": [
    "@alza54/vue",
    "@alza54/nuxt/base",
    "@alza54/nuxt/typescript"
  ]
}

for Nuxt with Typescript.

Done! Later you can modify your configuration to include any extra rules you need.

License

MIT.

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago