@novius/eslint-config-vue
v1.0.3
Published
Novius's ESLint Vue configuration
Downloads
254
Readme
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.