eslint-config-web-scrobbler

2.1.1 • Public • Published

eslint-config-web-scrobbler NPM Test

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.

Package Sidebar

Install

npm i eslint-config-web-scrobbler

Weekly Downloads

18

Version

2.1.1

License

MIT

Unpacked Size

10.5 kB

Total Files

8

Last publish

Collaborators

  • alexesprit