2.0.0 • Published 1 year ago

@telefonica/eslint-plugin-react-element-interface v2.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Eslint plugin ReactElement Interface

ESLint plugin to prevent misuse of ReactElement generic interface.

Usage

Add @telefonica/eslint-plugin-react-element-interface to the plugins section of your .eslintrc configuration file:

plugins:
  - '@telefonica/eslint-plugin-react-element-interface'

Then configure the rules:

rules:
  - '@telefonica/react-element-interface/params-length': error