@ts-engine's React ESLint config.
npm install @ts-engine/eslint-config-react
src="https://raw.githubusercontent.com/ts-engine/assets/master/logo.png"
alt="ts-engine logo"
/>
Provides the ts-engine React ESLint config if you want to extend it or allow your IDE to find it.
Checkout the official docs over at https://ts-engine.dev.
Install the package
``sh`
yarn add --dev @ts-engine/eslint-config @ts-engine/eslint-config-react
Create an ESLint config file
`json`
// .eslintrc
{
"extends": ["@ts-engine/eslint-config", "@ts-engine/eslint-config-react"]
}
This is applied automatically so you don't need to create this config file when you use the --react` option.