@marvue/eslint-config-vue-strict

1.0.5 • Public • Published

Vue ESLint Strict Rules

npm (scoped with tag) npm

Usage

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

Create a vue project with Vue CLI (^3.x)

$ vue create <my-vue>

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

Then, install the npm package

$ npm i @marvue/eslint-config-vue-strict

Change the eslint config file .eslintrc

{
  extends: [
    '@marvue/vue-strict',
  ]
}

Rules

License

MIT - CaptainPangyo

Package Sidebar

Install

npm i @marvue/eslint-config-vue-strict

Weekly Downloads

136

Version

1.0.5

License

MIT

Unpacked Size

6.32 kB

Total Files

5

Last publish

Collaborators

  • captainpangyo
  • milooy