File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+ ## [ 4.1.0] - 2018-07-14
15
+ ### Removed
16
+ * Removed deprecated ESLint rule, ` no-catch-shadow `
17
+
14
18
## [ 4.0.0] - 2018-06-23
15
19
### Added
16
20
Added two new rules from ESLint v5.0.0.
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ module.exports = {
98
98
'no-buffer-constructor' : 'error' ,
99
99
'no-caller' : 'error' ,
100
100
'no-case-declarations' : 'error' ,
101
- 'no-catch-shadow' : 'error' ,
102
101
'no-class-assign' : 'error' ,
103
102
'no-compare-neg-zero' : 'error' ,
104
103
'no-cond-assign' : [ 'error' , 'always' ] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-tc" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " ESLint shareable config for JavaScript projects" ,
5
5
"keywords" : [
6
6
" eslintconfig" ,
30
30
},
31
31
"devDependencies" : {
32
32
"chai" : " ^4.1.2" ,
33
- "eslint" : " ^5.0 .0" ,
33
+ "eslint" : " ^5.1 .0" ,
34
34
"eslint-formatter-pretty" : " ^1.3.0" ,
35
35
"is-plain-obj" : " ^1.1.0" ,
36
36
"mocha" : " ^5.2.0" ,
37
- "npm-package-json-lint" : " ^3.1 .0" ,
37
+ "npm-package-json-lint" : " ^3.2 .0" ,
38
38
"npm-package-json-lint-config-tc" : " ^2.1.0" ,
39
39
"temp-write" : " ^3.4.0"
40
40
},
41
41
"peerDependencies" : {
42
- "eslint" : " ^5.0 .0"
42
+ "eslint" : " ^5.1 .0"
43
43
},
44
44
"engines" : {
45
45
"node" : " >=6.0.0" ,
You can’t perform that action at this time.
0 commit comments