1.0.0 • Published 4 years ago

eslint-config-typical-react v1.0.0

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

eslint-config-typical-react

Usage

  1. Install package: npm install --save-dev eslint-config-typical-react
  2. Add to ESLint config
{
  "extends": ["eslint-config-typical-react"]
}