4.0.0 • Published 6 years ago

eslint-config-netflix-dea v4.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

eslint-config-netflix-dea

Shared ESLint config for JavaScript code produced by Netflix's Data Engineering and Analysis group. By adopting a common ESLint config, we hope to encourage consistent style and quality across all of our repos.

The lion's share of ESLint configuration should be defined here rather than each project's own .eslintrc. If a project's maintainers want to override some configuration value, they can do it in their own .eslintrc.

Usage

npm install --save-dev eslint-config-netflix-dea

Then, extend netflix-dea in your .eslintrc:

{
  "extends": "netflix-dea"
}

A Note on Dependencies

eslint-config-netflix-dea comes with babel-eslint and eslint-plugin-react as peer deps because it relies on those packages for ES2015 and React support respectively.

4.0.0

6 years ago

3.0.1-0

6 years ago

3.0.0

7 years ago

2.1.1-0

7 years ago

2.1.0

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.1

8 years ago

2.0.1-3

8 years ago

2.0.1-2

8 years ago

2.0.1-1

8 years ago

2.0.1-0

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago