Refactor/reacrhitecture to fsd+ #49

Merged
ilia merged 70 commits from refactor/reacrhitecture-to-fsd+ into main 2026-06-03 09:55:47 +00:00
Showing only changes of commit 42bcc915c7 - Show all commits
+3 -1
View File
@@ -1,4 +1,5 @@
{ {
"plugins": ["import"],
"categories": { "categories": {
"correctness": "error", "correctness": "error",
"suspicious": "warn", "suspicious": "warn",
@@ -22,6 +23,7 @@
"rules": { "rules": {
"no-console": "off", "no-console": "off",
"no-debugger": "error", "no-debugger": "error",
"no-alert": "warn" "no-alert": "warn",
"import/no-cycle": "error"
} }
} }