2.3.2 • Published 5 years ago

@zeplin/eslint-config v2.3.2

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

eslint-config

Zeplin's homegrown .eslintrc as an extensible shared config. 🌳

Usage

Package is available on npm:

npm install @zeplin/eslint-config

Configurations

Base

eslint-config (or eslint-config/base) is the base configuration.

  • Add extends: "@zeplin/eslint-config" to your .eslintrc.

Browser

eslint-config/browser adds preact support for browser use, requiring eslint-plugin-react as well.

  • Install eslint-plugin-react using npm:
npm install eslint-plugin-react
  • Add extends: "@zeplin/eslint-config/browser" to your .eslintrc.

Node.js

eslint-config/node overrides the base config, providing better support for Node.js environment.

  • Add extends: "@zeplin/eslint-config/node" to your .eslintrc.
2.3.2

5 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.1.0

8 years ago

1.0.2

8 years ago