1.0.2 • Published 4 years ago
eslint-config-react-cdiba v1.0.2
eslint-config-react-cdiba
My ESLint, Prettier, TypeScript configuration for React Apps.
Usage
# you also need eslint if not installed already: yarn add -D eslint
yarn add -D eslint-config-react-cdibaIn .eslintrc:
{
"extends": "react-cdiba",
} In tsconfig.json (if you want to use my base TS configuration):
{
"extends": "eslint-config-react-cdiba/tsconfig.base"
}