mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
chore: bump oxlint to v0.15.15; enable import/named (#10836)
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user