File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ node_js:
15
15
- " 8"
16
16
- " 9"
17
17
- " 10"
18
+ - " 11"
18
19
19
20
cache :
20
21
directories :
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+ ## [ 3.5.0] - 2019-02-03
15
+ ### Added
16
+ - New cli flag, ` ignorePath ` (` -i ` ) - Path to a file containing patterns that describe files to ignore.
17
+
18
+ Huge shout-out to @evilebottnawi for contributing the new cli option! :tada :
19
+
14
20
## [ 3.4.1] - 2018-10-13
15
21
### Fixed
16
22
- Resolved an issue with the following rules:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-package-json-lint" ,
3
- "version" : " 3.4.1 " ,
3
+ "version" : " 3.5.0 " ,
4
4
"description" : " Configurable linter for package.json files." ,
5
5
"keywords" : [
6
6
" lint" ,
50
50
},
51
51
"devDependencies" : {
52
52
"chai" : " ^4.2.0" ,
53
- "eslint" : " ^5.12.1 " ,
53
+ "eslint" : " ^5.13.0 " ,
54
54
"eslint-config-tc" : " ^4.2.0" ,
55
55
"eslint-formatter-pretty" : " ^2.1.1" ,
56
56
"figures" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments