Package detail

eslint-config-shakacode

shakacode10.5kMIT19.0.0

Shakacode eslint config.

readme

npm version

eslint-config-shakacode

Shakacode eslint config with major version number matching eslint-config-airbnb.

Install

npm install --save-dev eslint-config-shakacode

# If it's React project
npm install --save-dev eslint-plugin-react

Use

React project:

---
extends: eslint-config-shakacode

Non-React project:

---
extends: eslint-config-shakacode/base

changelog

Change Log

19.0.0 - 2022-01-05

  • Update eslint-config-airbnb and eslint-config-airbnb-base (19.x)
  • Update parser from babel-eslint to @babel/eslint-parser

13.2.1

  • Set the eslint-plugin-jsx-a11y to 2.2.3 per what's needed by airbnb 13.0.0

13.0.0

  • See Diffs!
  • We're almost exactly the same as Airbnb at this point.

4.0.0

  • Breaking: Deps updates: babel-eslint to 6.x.x.

3.0.0

2.0.0

  • Breaking: Move babel-eslint and eslint-config-airbnb to dependencies.

1.0.0

Initial stable release.