0.1.0 • Published 2 years ago

@ast-tools/eslint-config-react v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@ast-tools/eslint-config-react

ESLint plugin includes Access Softek rules for React applications. Designed to use with @ast-tools/eslint-config.

Usage

Install from npm

npm i --save-dev @ast-tools/eslint-config @ast-tools/eslint-config-react

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

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

Internal used plugins

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