File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/fixtures/rules/no-invalid/invalid/object-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
"json-schema-migrate" : " ^2.0.0" ,
63
63
"jsonc-eslint-parser" : " ^2.0.0" ,
64
64
"minimatch" : " ^5.0.0" ,
65
- "toml-eslint-parser" : " ^0.3 .0" ,
65
+ "toml-eslint-parser" : " ^0.4 .0" ,
66
66
"tunnel-agent" : " ^0.6.0" ,
67
67
"yaml-eslint-parser" : " ^0.5.0"
68
68
},
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "message" : " \" maxProperties\" must NOT have more than 2 items ." ,
3
+ "message" : " \" maxProperties\" must NOT have more than 2 properties ." ,
4
4
"line" : 3 ,
5
5
"column" : 5 ,
6
6
"endLine" : 3 ,
7
7
"endColumn" : 20
8
8
},
9
9
{
10
- "message" : " \" minProperties\" must NOT have fewer than 2 items ." ,
10
+ "message" : " \" minProperties\" must NOT have fewer than 2 properties ." ,
11
11
"line" : 4 ,
12
12
"column" : 5 ,
13
13
"endLine" : 4 ,
You can’t perform that action at this time.
0 commit comments