1.0.2 • Published 5 years ago

@kraftwerk28/eslint-config v1.0.2

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

@kraftwerk28/eslint-config

This package includes multiple configs for specific environments, such as react and node

Usage:

Common case:

# eslintrc.yml
extends:
  - @kraftwerk28

Node.js project:

# eslintrc.yml
extends:
  - @kraftwerk28/eslint-config/node

React project (JSX):

# eslintrc.yml
extends:
  - @kraftwerk28/eslint-config/react