chore: bump oxlint to v0.15.15; enable import/named (#10836)

This commit is contained in:
Boshen
2025-03-13 20:59:59 +08:00
committed by GitHub
parent d8373f66e7
commit 8783859dd1
3 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
"blocksuite/tests-legacy/snapshots"
],
"rules": {
"import/named": "allow",
"import/named": "error",
"no-await-in-loop": "allow",
"promise/no-callback-in-promise": "allow",
"typescript/ban-types": "allow",
@@ -231,7 +231,7 @@
"typescript/ban-ts-comment": "off",
"unicorn/prefer-dom-node-dataset": "off",
"typescript/consistent-type-imports": "off",
"no-cycle": "off"
"import/no-cycle": "off"
}
}
]