@chaucerbao/eslint-config
v0.5.1
Published
A preset of recommended ESLint rules for Typescript and React
Readme
ESLint Recommended Presets for TypeScript + React
Installation
npm install --save-dev @chaucerbao/eslint-configUsage
Add this preset to the extends property of your .eslintrc
{
"extends": ["@chaucerbao"]
}Or this, if you want to add linting for React
{
"extends": ["@chaucerbao/eslint-config/react"]
}