1.2.1 • Published 3 months ago

@repodog/eslint-config-react v1.2.1

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

@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,
};
1.2.1

3 months ago

1.2.0

3 months ago

1.1.11

3 months ago

1.1.10

6 months ago

1.1.9

7 months ago