0.2.1 • Published 2 years ago

@teysa/eslint-config-react v0.2.1

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

@teysa/eslint-config-react

Pluggable eslint config for @teysa React projects

Usage

Install as a dev dependency

yarn add -D @teysa/eslint-config-react

Add an eslintrc.json file to the root of your repository with the following

{
  "extends": ["@teysa/eslint-config-react"]
}