2.1.1 • Published 5 years ago
eslint-config-web-scrobbler v2.1.1
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-scrobblerJavaScript
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/parserThen, 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-vueThen, 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.