npm.io
3.0.0 • Published 6 years ago

@wkovacs64/eslint-config-ts-react

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 --yarn when using npm.

Usage

Extend in your .eslintrc.js:

module.exports = {
  extends: ['@wkovacs64/eslint-config-ts-react'],
};
Other Configurations