@boringcodes/eslint-config-typescript
v1.2.2
Published
Boring ESLint Config for TypeScript
Downloads
2
Readme
Features
- [x] Standard config
- [x] TypeScript config
- [x] Prettier config
Installation
Use the package manager to install
yarn add @boringcodes/eslint-config-typescript @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-standard eslint typescript --dev
Usage
Create .eslintrc
/.eslintrc.json
and add the content
{
"extends": ["@boringcodes/eslint-config-typescript"]
}
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.