2.0.1 • Published 8 years ago

eslint-config-naturalatlas v2.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

eslint-config-naturalatlas

A ESLint config for Natural Atlas projects that's based off eslint-config-airbnb.

Installation

$ npm install -g install-peerdeps
$ install-peerdeps --dev eslint-config-naturalatlas

Usage

// modern / transpiled environments
{"extends": "naturalatlas"}

// when running directly
{"extends": "naturalatlas/node"}
{"extends": "naturalatlas/node4"}

Overrides

Some of the rules may be too strict for your project, but you can easily override any rules or options in your .eslintrc:

{
	"extends": "naturalatlas",
	"rules": {}
}
2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago