update oxlint config

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-06 12:12:13 +01:00
parent 2e737331f9
commit 73c22ccf3f
3 changed files with 6 additions and 3 deletions

View File

@ -68,7 +68,8 @@
"typescript/consistent-type-exports": [
"error",
{ "fixMixedExportsWithInlineTypeSpecifier": true }
]
],
"typescript/no-import-type-side-effects": "error"
},
"settings": {
"jsx-a11y": {

View File

@ -32,7 +32,8 @@
"typescript/consistent-type-exports": [
"error",
{ "fixMixedExportsWithInlineTypeSpecifier": true }
]
],
"typescript/no-import-type-side-effects": "error"
},
"settings": {
"jsx-a11y": {

View File

@ -51,7 +51,8 @@
"typescript/consistent-type-exports": [
"error",
{ "fixMixedExportsWithInlineTypeSpecifier": true }
]
],
"typescript/no-import-type-side-effects": "error"
},
"settings": {
"jsx-a11y": {