@ts-engine/eslint-config-react
v1.11.0
Published
@ts-engine's React ESLint config.
Downloads
22
Maintainers
Readme
Provides the ts-engine React ESLint config if you want to extend it or allow your IDE to find it.
Documentation
Checkout the official docs over at https://ts-engine.dev.
Getting Started
Install the package
yarn add --dev @ts-engine/eslint-config @ts-engine/eslint-config-react
Create an ESLint config file
// .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.