5.13.3 • Published 5 years ago

eslint-config-henribeck v5.13.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

eslint-config-henribeck

npm Maintenance npm David CircleCI

Eslint config for my personal projects.

Installation

yarn install eslint-config-henribeck --dev

Usage

module.exports = {
  extends: [
    'henribeck', // Base config
    'henribeck/client', // When your code is running in the browser
    'henribeck/server', // When your code is running on the server
    'henribeck/react', // When you use react
    'henribeck/flow', // When you use flow
    // 'henribeck/all' for enabling all of the configs
  ],
};
5.13.3

5 years ago

5.13.2

5 years ago

5.13.1

5 years ago

5.13.0

5 years ago

5.12.0

5 years ago

5.11.2

5 years ago

5.11.1

5 years ago

5.11.0

5 years ago

5.9.0

5 years ago

5.8.0

6 years ago

5.7.1

6 years ago

5.7.0

6 years ago

5.6.3

6 years ago

5.6.2

6 years ago

5.6.1

6 years ago

5.6.0

6 years ago

5.5.0

6 years ago

5.4.2

6 years ago

5.4.1

6 years ago

5.4.0

6 years ago

5.3.1

6 years ago

5.3.0

6 years ago

5.2.3

6 years ago

5.2.2

6 years ago

5.2.1

6 years ago

5.2.0

6 years ago

5.1.1

6 years ago

5.1.0

6 years ago

5.0.4

6 years ago

5.0.3

6 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.19.7

6 years ago

4.19.6

6 years ago

4.19.5

6 years ago

4.19.4

6 years ago

4.19.3

6 years ago

4.19.2

6 years ago

4.19.1

6 years ago

4.19.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago