eslint-config-naturalatlas

2.0.1 • Public • Published

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": {}
}

Package Sidebar

Install

npm i eslint-config-naturalatlas

Weekly Downloads

8

Version

2.0.1

License

Apache-2.0

Last publish

Collaborators

  • brianreavis