0.0.3 • Published 3 years ago

eslint-config-tpg-linter v0.0.3

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

eslint-config-tpg-linter

An eslint config focused on catching bugs without being annoying.

Installation and usage

yarn add -D eslint-plugin-import@latest eslint-plugin-react@latest eslint-config-tpg-linter

In your eslint config:

{
  "extends": "tpg-linter",
  "plugins": ["react", "import"]
}

You also will need to add jsxSingleQuote: true in your prettier