chore: linting

This commit is contained in:
zhom
2026-01-03 14:28:16 +04:00
parent fba0e1ca71
commit 7544c11197
80 changed files with 15102 additions and 169 deletions
+6
View File
@@ -25,6 +25,9 @@
"suspicious": "off",
"a11y": {
"useSemanticElements": "off"
},
"style": {
"useImportType": "off"
}
}
},
@@ -37,6 +40,9 @@
}
},
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
},
"formatter": {
"quoteStyle": "double"
},