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