2.0.0 • Published 5 years ago

eslint-config-evernaut-vue v2.0.0

Weekly downloads
91
License
MIT
Repository
github
Last release
5 years ago

Evernaut / eslint-config-vue

The Evernaut ESLint config for Vue TypeScript projects.

Includes:

  • eslint
  • prettier
  • eslint-config-prettier
  • eslint-plugin-json
  • eslint-plugin-prettier
  • eslint-plugin-vue
  • vue-eslint-parser
  • @typescript-eslint/parser
  • @typescript-eslint/eslint-plugin

Usage

  1. Install the package

    npm i -D eslint-config-evernaut-vue
  2. Install the npm peer dependencies

    • Ensure the versions match the required semver specifications in package.json
    npm i -D @typescript-eslint/eslint-plugin eslint eslint-plugin-json eslint-plugin-prettier eslint-plugin-vue prettier typescript
  3. Add the configuration to the extends property in the project's eslint configuration

    extends: ["evernaut-vue"]

Process Guides

Reference