1.3.3 • Published 2 years ago

@neovici/eslint-config v1.3.3

Weekly downloads
212
License
Apache-2.0
Repository
github
Last release
2 years ago

Neovici ESLint configuration

This is the shared ESLint configuration for Neovici packages.

Installation guide

Add it to your package.json directly from the github repo:

npm install --save-dev @neovici/eslint-config@neovici/eslint-config#semver:^1.0.0

Then edit your eslint config to use it:

// .eslintrc.json
{
	"extends": "@neovici"
}
// test/.eslintrc.json
{
	"extends": "@neovici/eslint-config/test-config"
}
1.3.3

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

5 years ago

1.1.6

5 years ago