File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
define-config/__snapshots__ Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ exports[`is a valid Oxlint config 1`] = `
355355 ],
356356 " typescript/prefer-promise-reject-errors" : " off" ,
357357 " typescript/prefer-readonly-parameter-types" : " off" ,
358+ " typescript/related-getter-setter-pairs" : " off" ,
358359 " typescript/require-array-sort-compare" : [
359360 " error" ,
360361 {
Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ const config: LinterConfigEntry = {
278278 ] ,
279279 'typescript/prefer-promise-reject-errors' : 'off' ,
280280 'typescript/prefer-readonly-parameter-types' : 'off' ,
281+ 'typescript/related-getter-setter-pairs' : 'off' ,
281282 'typescript/require-array-sort-compare' : [
282283 'error' ,
283284 { ignoreStringArrays : true } ,
Original file line number Diff line number Diff line change @@ -520,6 +520,7 @@ exports[`defines a valid Oxlint config 1`] = `
520520 ],
521521 " typescript/prefer-promise-reject-errors" : " off" ,
522522 " typescript/prefer-readonly-parameter-types" : " off" ,
523+ " typescript/related-getter-setter-pairs" : " off" ,
523524 " typescript/require-array-sort-compare" : [
524525 " error" ,
525526 {
@@ -1344,6 +1345,7 @@ exports[`supports the \`react\` option 1`] = `
13441345 ],
13451346 " typescript/prefer-promise-reject-errors" : " off" ,
13461347 " typescript/prefer-readonly-parameter-types" : " off" ,
1348+ " typescript/related-getter-setter-pairs" : " off" ,
13471349 " typescript/require-array-sort-compare" : [
13481350 " error" ,
13491351 {
You can’t perform that action at this time.
0 commit comments