@dwarvesf/react-eslint-config
v1.0.1
Published
React ESLint configuration for @dwarvesf
Downloads
443
Readme
@dwarvesf/react-eslint-config
This package includes the shareable ESLint configuration.
Usage
First, install this package
pnpm add -D @dwarvesf/react-eslint-config @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
If using npm 5+, use this shortcut
npx install-peerdeps --dev @dwarvesf/react-eslint-config
Then create a file named .eslintrc.json
with following contents in the root
folder of your project:
{
"extends": "@dwarvesf/react-eslint-config"
}