@repodog/eslint-config-react

1.2.1 • Public • Published

@repodog/eslint-config-react

The Repodog React ESLint config module.

npm version License: MIT

Install package

# terminal
npm install @repodog/eslint-config-react --save-dev

Install dependencies

# terminal
npm install eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks --save-dev

Use package

// .eslintrc.cjs
module.exports = {
  extends: ['@repodog/eslint-config', '@repodog/eslint-config-react'],
  parserOptions: {
    tsconfigRootDir: __dirname,
  },
  root: true,
};

Readme

Keywords

none

Package Sidebar

Install

npm i @repodog/eslint-config-react

Weekly Downloads

16

Version

1.2.1

License

MIT

Unpacked Size

3.36 kB

Total Files

4

Last publish

Collaborators

  • dylanaubrey