eslint-config-tc
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -14,2 +14,6 @@ # Change Log | ||
## [4.1.0] - 2018-07-14 | ||
### Removed | ||
* Removed deprecated ESLint rule, `no-catch-shadow` | ||
## [4.0.0] - 2018-06-23 | ||
@@ -16,0 +20,0 @@ ### Added |
@@ -101,3 +101,2 @@ 'use strict'; | ||
'no-case-declarations': 'error', | ||
'no-catch-shadow': 'error', | ||
'no-class-assign': 'error', | ||
@@ -104,0 +103,0 @@ 'no-compare-neg-zero': 'error', |
{ | ||
"name": "eslint-config-tc", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "ESLint shareable config for JavaScript projects", | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"chai": "^4.1.2", | ||
"eslint": "^5.0.0", | ||
"eslint": "^5.1.0", | ||
"eslint-formatter-pretty": "^1.3.0", | ||
"is-plain-obj": "^1.1.0", | ||
"mocha": "^5.2.0", | ||
"npm-package-json-lint": "^3.1.0", | ||
"npm-package-json-lint": "^3.2.0", | ||
"npm-package-json-lint-config-tc": "^2.1.0", | ||
@@ -43,3 +43,3 @@ "temp-write": "^3.4.0" | ||
"peerDependencies": { | ||
"eslint": "^5.0.0" | ||
"eslint": "^5.1.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "engines": { |
26927
13
399