Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

wKovacs64/eslint-config-ts-react

Repository files navigation

@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