mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -5,7 +5,7 @@ export class ASTWalkerContext<TNode extends object> {
|
||||
|
||||
private _globalContext: Record<string, unknown> = Object.create(null);
|
||||
|
||||
private _stack: {
|
||||
private readonly _stack: {
|
||||
node: TNode;
|
||||
prop: Keyof<TNode>;
|
||||
context: Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user