eslint-config-web-scrobbler
v2.1.1
Published
ESLint configuration file for Web Scrobbler projects
Downloads
137
Maintainers
Readme
eslint-config-web-scrobbler
ESLint configuration file for Web Scrobbler projects.
Usage
You can install eslint-config-web-scrobbler
by a following way:
> npm install --save-dev eslint-config-web-scrobbler
JavaScript
Add web-scrobbler
to the extends
array in your .eslintrc.*
file:
{
"extends": ["some-other-config-you-use", "web-scrobbler"]
}
TypeScript
Install peer dependencies first:
> npm install --save-dev @typescript-eslint/eslint-plugin @typescript-eslint/parser
Then, add web-scrobbler/typescript
cto the extends
array in your .eslintrc.*
file:
{
"extends": ["some-other-config-you-use", "web-scrobbler/typescript"]
}
Vue
Install peer dependencies first:
> npm install --save-dev eslint-plugin-vue
Then, add web-scrobbler/vue
cto the extends
array in your .eslintrc.*
file:
{
"extends": [
"some-other-config-you-use",
"web-scrobbler",
"web-scrobbler/vue"
]
}
License
Licensed under the MIT License.