All Projects → Netflix → Eslint Config Netflix

Netflix / Eslint Config Netflix

Shared ESLint config for Netflix JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

eslint-config-netflix

Shared ESLint config for JavaScript code produced by Netflix's Data Engineering and Analysis group but designed to be usable across the company. 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

Then, extend netflix in your .eslintrc:

{
  "extends": "netflix"
}

A Note on Dependencies

eslint-config-netflix has babel-eslint and eslint as peer deps because it relies on recent versions of those packages for ES2015 support.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].