refactor(editor): Apply Prettier (no-changelog) (#4920)
* ⚡ Adjust `format` script * 🔥 Remove exemption for `editor-ui` * 🎨 Prettify * 👕 Fix lint
This commit is contained in:
7
packages/editor-ui/src/shims.d.ts
vendored
7
packages/editor-ui/src/shims.d.ts
vendored
@@ -20,9 +20,6 @@ declare global {
|
||||
}
|
||||
|
||||
interface Array<T> {
|
||||
findLast(
|
||||
predicate: (value: T, index: number, obj: T[]) => unknown,
|
||||
thisArg?: any
|
||||
): T
|
||||
}
|
||||
findLast(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user