@floydspace/eslint-config-react

1.36.5 • Public • Published

@floydspace/eslint-config-react

ESlint plugin includes shared opinionated rules for React applications. Designed to use with @floydspace/eslint-config.

Usage

Install from npm

npm i --save-dev @floydspace/eslint-config @floydspace/eslint-config-react

Then, need to include necessary configurations sets to .eslintrc. Wee need to choose base configuration, and any necessary additional configs.

{
  "extends": ["@floydspace/eslint-config/app", "@floydspace/eslint-config-react"]
}

Internal used plugins

  • eslint-plugin-react - common react lint rules
  • eslint-plugin-react-hooks - lint rules for react hooks

Package Sidebar

Install

npm i @floydspace/eslint-config-react

Weekly Downloads

0

Version

1.36.5

License

Apache-2.0

Unpacked Size

56.1 kB

Total Files

11

Last publish

Collaborators

  • f1oyd