1.0.5 • Published 1 year ago

@typhoon41/eslint-vue-config v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@typhoon41/eslint-vue-config

Strict, shareable config for TS/VUE projects usint ESLint shareable config.

To see the rules that this config uses, please read the config itself.

Installation

$ npm install --save-dev eslint @typhoon41/eslint-vue-config

Usage

Once the @typhoon41/eslint-vue-config package is installed, you can use it by specifying @typhoon41/eslint-vue-config in the extends section of your ESLint configuration.

{
  "extends": "@typhoon41/eslint-vue-config",
  "rules": {
    // Additional, per-project rules...
  }
}

License

Apache-2 © Nikola Dragićević