1.0.0 • Published 7 months ago

@tailored-solutions-dev/eslint-config-react v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

eslint-config-react

ESLint rules used across Tailored solutions projects with bundled dependencies.

🔧 Installation

npm i --save-dev @tailored-solutions-dev/eslint-config-react

⚙️ Configuration

In your configuration file:

{
  ...
  extends: ["react"]
  ...
}

📦 Dependencies

We need

  • eslint-plugin-react-hooks,
  • eslint-plugin-jsx-a11y,
  • eslint-plugin-import,
  • @typescript-eslint/*

for @nx/react.