0.5.1 • Published 3 years ago

@chaucerbao/eslint-config v0.5.1

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

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"]
}