@qedjs/eslint-config-react

9.1.0 • Public • Published

Intro

This config contains rules specific to TS React projects. It's meant to be used together with eslint-config-ts, and is included in eslint-config-tsx.

Install

npm i eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks
npm i @qedjs/eslint-config-react

Use

This config is meant to be applied on top of one of the other base configs.

module.exports = {
  'root': true,
  'extends': [
    '@qedjs/eslint-config-ts',
    '@qedjs/eslint-config-react'
  ]
};

Readme

Keywords

Package Sidebar

Install

npm i @qedjs/eslint-config-react

Weekly Downloads

0

Version

9.1.0

License

MIT

Unpacked Size

4.51 kB

Total Files

5

Last publish

Collaborators

  • oaspkg