1.0.0 • Published 3 years ago

@carloscasalar/eslint-config-react-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@carloscasalar/eslint-config-react-ts lerna

Eslint configuration for React Typescript projects.

Install

To Install this configuration add it with your preferred package manager:

yarn add -D @carloscasalar/eslint-config-react-ts

Then you can extend your .eslintrc from this:

{
  "extends": ["@carloscasalar/eslint-config-react-ts"],
}

You also need to install eslint, prettier, eslint-import-resolver-jest and eslint-import-resolver-typescript.