eslint-config-tpg-linter
v0.0.3
Published
An eslint config for TravelPass' frontend
Downloads
6,189
Readme
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