@wkovacs64/eslint-config-ts-react
v3.0.0
Published
@wKovacs64 ESLint config (TypeScript and React)
Downloads
17
Maintainers
Readme
@wkovacs64/eslint-config-ts-react
This is my personal ESLint configuration for TypeScript+React projects.
Install
npx install-peerdeps --dev --yarn @wkovacs64/eslint-config-ts-react
Drop the
--yarn
when usingnpm
.
Usage
Extend in your .eslintrc.js
:
module.exports = {
extends: ['@wkovacs64/eslint-config-ts-react'],
};
Other Configurations
- Base: @wkovacs64/eslint-config
- React: @wkovacs64/eslint-config-react
- TypeScript: @wkovacs64/eslint-config-ts