1.0.0 • Published 7 months ago
@tailored-solutions-dev/eslint-config-react v1.0.0
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
.
1.0.0
7 months ago