File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 355355 }
356356 ]
357357 },
358- "linters " : {
358+ "linter-names " : {
359359 "$comment" : " anyOf with enum is used to allow auto completion of non-custom linters" ,
360360 "description" : " Linters usable." ,
361361 "anyOf" : [
22952295 "description" : " Exclude these linters from requiring an explanation." ,
22962296 "type" : " array" ,
22972297 "items" : {
2298- "$ref" : " #/definitions/linters "
2298+ "$ref" : " #/definitions/linter-names "
22992299 },
23002300 "default" : []
23012301 },
42124212 "description" : " List of enabled linters." ,
42134213 "type" : " array" ,
42144214 "items" : {
4215- "$ref" : " #/definitions/linters "
4215+ "$ref" : " #/definitions/linter-names "
42164216 }
42174217 },
42184218 "disable" : {
42194219 "description" : " List of disabled linters." ,
42204220 "type" : " array" ,
42214221 "items" : {
4222- "$ref" : " #/definitions/linters "
4222+ "$ref" : " #/definitions/linter-names "
42234223 }
42244224 },
42254225 "enable-all" : {
42954295 "linters" : {
42964296 "type" : " array" ,
42974297 "items" : {
4298- "$ref" : " #/definitions/linters "
4298+ "$ref" : " #/definitions/linter-names "
42994299 }
43004300 },
43014301 "text" : {
43574357 "linters" : {
43584358 "type" : " array" ,
43594359 "items" : {
4360- "$ref" : " #/definitions/linters "
4360+ "$ref" : " #/definitions/linter-names "
43614361 }
43624362 },
43634363 "text" : {
45154515 "linters" : {
45164516 "type" : " array" ,
45174517 "items" : {
4518- "$ref" : " #/definitions/linters "
4518+ "$ref" : " #/definitions/linter-names "
45194519 }
45204520 },
45214521 "text" : {
You can’t perform that action at this time.
0 commit comments