1.3.4 • Published 2 years ago

@matt-fidd/eslint-config v1.3.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

eslint-config

npm (scoped)

ESLint shareable config for my projects.

Installation

$ npm install -D eslint @matt-fidd/eslint-config

Usage

Once the @matt-fidd/eslint-config package is installed, you can use it by adding @matt-fidd to the extends section of your ESLint configuration.

{
	...
	"extends": "@matt-fidd",
	...
}

Using this config in conjunction with eslint:recommended

To work properly, this rule set is designed to be used alongside the eslint:recommended rule set. To do this, simply define them both inside the extends section of your ESLint configuration.

{
	...
	"extends": [
		"eslint:recommended",
		"@matt-fidd"
	],
	...
}
1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.3.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago