eslint-config-thinkcompany
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eslint-config-thinkcompany", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The shared eslint config for Think Company.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,13 +0,11 @@ | ||
# DEPRECATED - Use eslint-config-thinkcompany instead | ||
# Think Company ESLint Shared Config | ||
# Think Brownstone ESLint Shared Config | ||
This is the shared config at [Think Company](http://www.thinkcompany.com) | ||
This is the shared config at [Think Brownstone](http://www.thinkbrownstone.com) | ||
Install this by running `npm i eslint-config-thinkcompany -D` | ||
Install this by running `npm i eslint-config-thinkbrownstone -D` | ||
Then, include it in your project by adding this to your ESLint configuration. | ||
{ | ||
"extends": "thinkbrownstone" | ||
"extends": "thinkcompany" | ||
} |
Sorry, the diff of this file is not supported yet
3085
12