eslint-config-evernaut-vue

2.0.0 • Public • Published

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

/eslint-config-evernaut-vue/

    Package Sidebar

    Install

    npm i eslint-config-evernaut-vue

    Weekly Downloads

    9

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    13.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • theneverstill