Licence
MIT
Version
3.0.0
Deps
2
Size
4 kB
Vulns
0
Weekly
0
@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
--yarnwhen 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