eslint-config-thinkcompany
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -74,3 +74,5 @@ module.exports = { | ||
}], | ||
"no-use-before-define": 2, | ||
"no-use-before-define": ["error", { | ||
"functions": false | ||
}], | ||
"no-with": 2, | ||
@@ -77,0 +79,0 @@ "yoda": [2, "never"], |
{ | ||
"name": "eslint-config-thinkcompany", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "The shared eslint config for Think Company.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3122
108