@chaucerbao/eslint-config

v0.5.1
A preset of recommended ESLint rules for Typescript and React

ESLint Recommended Presets for TypeScript + React

Installation

npm install --save-dev @chaucerbao/eslint-config

Usage

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"]
}
npm i @chaucerbao/eslint-config

Metadata

  • ISC
  • Whatever
  • Alvin Chan
  • released 7/7/2021

Downloads

Maintainers