mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 22:38:12 +08:00
Enable some TS consistency lints
This commit is contained in:
@@ -248,6 +248,7 @@ const managerDestructors: {
|
||||
// Vue injects don't play well with TypeScript (all injects will show up as `any`) but we can define these types as a solution
|
||||
declare module "@vue/runtime-core" {
|
||||
// Systems `provide`d by the root App to be `inject`ed into descendant components and used for reactive bindings
|
||||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
|
||||
interface ComponentCustomProperties {
|
||||
// Graphite WASM editor instance
|
||||
editor: Editor;
|
||||
|
||||
Reference in New Issue
Block a user