This package has been deprecated

Author message:

use eslint-config-hzdg>=1.0.0 and extend eslint-config-hzdg/react instead.

eslint-config-hzdg-react

0.8.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-hzdg-react

Weekly Downloads

2

Version

0.8.0

License

MIT

Unpacked Size

155 kB

Total Files

7

Last publish

Collaborators

  • hzdgadmin
  • kenzic
  • lettertwo