1.0.3 • Published 3 months ago

@novius/eslint-config-vue v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

licenses

Installation

Install the package with:

npm i -D @novius/eslint-config-vue

If you need ton install peer dependencies, you can use the following command:

npx install-peerdeps --dev @novius/eslint-config-vue

Usage

Add the configuration to your .eslintrc file:

{
  "extends": "@novius/eslint-config-vue"
}

You can still override the configuration by adding or modifying rules in your .eslintrc file.

{
  "extends": "@novius/eslint-config-vue",
  "rules": {
    "no-console": "off"
  }
}

License

Licensed under the MIT License, Copyright © Novius.

See LICENSE for more information.

1.0.3

3 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago