mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
chore: upgrade to eslint9 (#9163)
This commit is contained in:
+1
-1
@@ -10,6 +10,7 @@
|
||||
"import/named": "allow",
|
||||
"no-await-in-loop": "allow",
|
||||
"promise/no-callback-in-promise": "allow",
|
||||
"typescript/ban-types": "allow",
|
||||
|
||||
"array-callback-return": "error",
|
||||
"constructor-super": "error",
|
||||
@@ -99,7 +100,6 @@
|
||||
"typescript/prefer-for-of": "error",
|
||||
"typescript/no-unsafe-declaration-merging": "error",
|
||||
"typescript/no-unnecessary-type-constraint": "error",
|
||||
"typescript/ban-types": "error",
|
||||
"typescript/no-this-alias": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user