1.0.2 • Published 3 years ago

eslint-config-react-cdiba v1.0.2

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

eslint-config-react-cdiba

My ESLint, Prettier, TypeScript configuration for React Apps.

npm version

Usage

# you also need eslint if not installed already: yarn add -D eslint
yarn add -D eslint-config-react-cdiba

In .eslintrc:

{ 
  "extends": "react-cdiba", 
} 

In tsconfig.json (if you want to use my base TS configuration):

{
  "extends": "eslint-config-react-cdiba/tsconfig.base" 
}