2.0.0 • Published 2 months ago

@amollo-lint/eslint-config-jsx v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@amollo-lint/eslint-config-jsx

MIT License npm version

ESLint rules for React JSX

Note: This package was not developed on demand for general use, the rules that are configured in it refer to the use of specific projects for the needs of the owner. Use it if you need such rules for your linter

Installation

  • npm
npm install --save-dev @amollo-lint/eslint-config-jsx eslint
  • yarn
yarn add -D @amollo-lint/eslint-config-jsx eslint

Usage

Set your eslint config to:

{
    "extends": "@amollo-lint/eslint-config-jsx"
}

Extends

  • @amollo-lint/eslint-config-js
  • eslint-plugin-jsx-a11y
  • eslint-plugin-react
  • eslint-plugin-react-hooks