0.8.0 • Published 6 years ago

eslint-config-hzdg-react v0.8.0

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

HZ's ESLint Config (React)

This is HZ's additional ESLint configuration for use with React projects. It is meant to be used in conjunction with HZ's standard ESLint config, eslint-config-hzdg

Setup

It can be added to extends in your .eslintrc file.

{
  "extends": [
    "eslint-config-hzdg",
    "eslint-config-hzdg-react"
  ],
  "rules": {
    ...
  }
}

Plugins

It uses three ESLint plugins:

They need to be installed with npm:

npm install eslint-plugin-react
npm install eslint-plugin-jsx-a11y
0.8.0

6 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago