1.0.0 • Published 3 years ago

@modohockey/eslint-plugin-eslint-react v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@modohockey/eslint-react

lerna npm version npm license

Extendable ESLint plugin.

Installation

yarn add @modohockey/eslint-plugin-eslint-react -D

Peer dependencies

{
  "eslint": "^8.0.0"
}

With Create React App

Exclude eslint from the shell above.

Usage

Extend plugin:@modohockey/eslint-react/recommended in the ESLint configuration.

module.exports = {
  extends: ['plugin:@modohockey/eslint-react/recommended']
};
1.0.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago