1.0.6 • Published 6 years ago

eslint-config-vue-strict v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Vue ESLint Strict Rules

npm (scoped with tag) npm

Usage

Would you like to make your vue code tight? Follow this guideline.

  1. Create a vue project with Vue CLI (^3.x)
$ vue create <my-vue>
  1. Select these following project options in order
Please pick a preset: Manually select features
Check the features needed for your project: Babel, Linter / Formatter
Pick a linter / formatter config: ESLint + Prettier
Pick additional lint features: Lint on Save
Where do you prefer placing config for Babel, ESLint, etc.?: In dedicated config files
Save this as a preset for future projects? n
  1. install the npm package
$ npm i -D @nuxtjs/eslint-config
  1. change the eslint config file .eslintrc
{
  extends: [
    '@marvue/vue-strict',
  ]
}

License

MIT - CaptainPangyo

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago