1.3.3 • Published 4 years ago

@neovici/eslint-config v1.3.3

Weekly downloads
212
License
Apache-2.0
Repository
github
Last release
4 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

4 years ago

1.3.2

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

6 years ago

1.1.6

6 years ago