0.0.2 • Published 1 year ago

@tubie/eslint-config-react v0.0.2

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

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 @tubie/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': [
    '@tubie/eslint-config-ts',
    '@tubie/eslint-config-react'
  ]
};
0.0.2

1 year ago

0.0.1

1 year ago