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