@tradera/eslint-config-tradera
v1.0.3
Published
eslint-config for all projects at Tradera
Downloads
1
Keywords
Readme
Eslint Config Tradera
This package contains all of the rules and linting definitions we want to use at Tradera!
Getting Started
Start by installing the scoped package:
yarn add eslint-config-prettier eslint-plugin-prettier eslint-plugin-react @tradera/eslint-config-tradera
or
npm install eslint-config-prettier eslint-plugin-prettier eslint-plugin-react @tradera/eslint-config-tradera
Add this config to your eslint
config by using the extends
property:
{
//eslint Config
"extends":"@tradera/eslint-config-tradera"
}