0.1.2 • Published 3 years ago
@boringcodes/eslint-config-typescript-react v0.1.2
Features
- Standard config
- TypeScript config
- React config
Installation
Use the package manager to install
yarn add @boringcodes/eslint-config-typescript-react @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-config-standard-with-typescript eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-react eslint-plugin-standard eslint typescript --dev
Usage
Create .eslintrc
/.eslintrc.json
and add the content
{
"extends": ["@boringcodes/eslint-config-typescript-react"]
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.