@@ -39,6 +39,7 @@ exports[`defines a valid Oxlint config 1`] = `
3939 ],
4040 " rules" : {
4141 " eslint/no-alert" : " off" ,
42+ " eslint/no-empty-function" : " off" ,
4243 " eslint/no-param-reassign" : " off" ,
4344 " eslint/no-promise-executor-return" : " off" ,
4445 " import/no-unassigned-import" : " off" ,
@@ -94,7 +95,6 @@ exports[`defines a valid Oxlint config 1`] = `
9495 " react/no-danger" : " off" ,
9596 " typescript/ban-ts-comment" : " off" ,
9697 " typescript/no-confusing-void-expression" : " off" ,
97- " typescript/no-empty-function" : " off" ,
9898 " typescript/no-extraneous-class" : " off" ,
9999 " typescript/no-unsafe-argument" : " off" ,
100100 " typescript/no-unsafe-assignment" : " off" ,
@@ -189,7 +189,6 @@ exports[`defines a valid Oxlint config 1`] = `
189189 " eslint/new-cap" : " off" ,
190190 " eslint/no-await-in-loop" : " off" ,
191191 " eslint/no-continue" : " off" ,
192- " eslint/no-deprecated" : " warn" ,
193192 " eslint/no-duplicate-imports" : " off" ,
194193 " eslint/no-else-return" : [
195194 " error" ,
@@ -245,6 +244,7 @@ exports[`defines a valid Oxlint config 1`] = `
245244 " varsIgnorePattern" : " ^_" ,
246245 },
247246 ],
247+ " eslint/no-use-before-define" : " off" ,
248248 " eslint/no-void" : " off" ,
249249 " eslint/prefer-destructuring" : [
250250 " error" ,
@@ -327,6 +327,7 @@ exports[`defines a valid Oxlint config 1`] = `
327327 " ignoreArrowShorthand" : true ,
328328 },
329329 ],
330+ " typescript/no-deprecated" : " warn" ,
330331 " typescript/no-empty-interface" : " off" ,
331332 " typescript/no-explicit-any" : " off" ,
332333 " typescript/no-misused-promises" : [
@@ -354,7 +355,6 @@ exports[`defines a valid Oxlint config 1`] = `
354355 },
355356 ],
356357 " typescript/no-unsafe-type-assertion" : " off" ,
357- " typescript/no-use-before-define" : " off" ,
358358 " typescript/only-throw-error" : [
359359 " error" ,
360360 {
@@ -469,6 +469,7 @@ exports[`supports the \`react\` option 1`] = `
469469 ],
470470 " rules" : {
471471 " eslint/no-alert" : " off" ,
472+ " eslint/no-empty-function" : " off" ,
472473 " eslint/no-param-reassign" : " off" ,
473474 " eslint/no-promise-executor-return" : " off" ,
474475 " import/no-unassigned-import" : " off" ,
@@ -524,7 +525,6 @@ exports[`supports the \`react\` option 1`] = `
524525 " react/no-danger" : " off" ,
525526 " typescript/ban-ts-comment" : " off" ,
526527 " typescript/no-confusing-void-expression" : " off" ,
527- " typescript/no-empty-function" : " off" ,
528528 " typescript/no-extraneous-class" : " off" ,
529529 " typescript/no-unsafe-argument" : " off" ,
530530 " typescript/no-unsafe-assignment" : " off" ,
@@ -622,7 +622,6 @@ exports[`supports the \`react\` option 1`] = `
622622 " eslint/new-cap" : " off" ,
623623 " eslint/no-await-in-loop" : " off" ,
624624 " eslint/no-continue" : " off" ,
625- " eslint/no-deprecated" : " warn" ,
626625 " eslint/no-duplicate-imports" : " off" ,
627626 " eslint/no-else-return" : [
628627 " error" ,
@@ -678,6 +677,7 @@ exports[`supports the \`react\` option 1`] = `
678677 " varsIgnorePattern" : " ^_" ,
679678 },
680679 ],
680+ " eslint/no-use-before-define" : " off" ,
681681 " eslint/no-void" : " off" ,
682682 " eslint/prefer-destructuring" : [
683683 " error" ,
@@ -867,6 +867,7 @@ exports[`supports the \`react\` option 1`] = `
867867 " ignoreArrowShorthand" : true ,
868868 },
869869 ],
870+ " typescript/no-deprecated" : " warn" ,
870871 " typescript/no-empty-interface" : " off" ,
871872 " typescript/no-explicit-any" : " off" ,
872873 " typescript/no-misused-promises" : [
@@ -894,7 +895,6 @@ exports[`supports the \`react\` option 1`] = `
894895 },
895896 ],
896897 " typescript/no-unsafe-type-assertion" : " off" ,
897- " typescript/no-use-before-define" : " off" ,
898898 " typescript/only-throw-error" : [
899899 " error" ,
900900 {
0 commit comments