eslint-config-thinkcompany
v1.1.1
Published
The shared eslint config for Think Company.
Downloads
12
Readme
Think Company ESLint Shared Config
This is the shared config at Think Company
Install this by running npm i eslint-config-thinkcompany -D
Then, include it in your project by adding this to your ESLint configuration.
{
"extends": "thinkcompany"
}