-
-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsfeature requestRequest a new featureRequest a new feature
Description
Describe the bug
In Vue and TS file, error no format, after i installed plugin
Expected behavior
In Vue and TS file, error is formated, after i installed plugin
Original error
interface A {
a?: string
b?: number
c?: {
d?: string
e?: number
}
}
type C = A['c']
const c: C = {
ddd: 1,
}
Object literals can only specify known properties, and 'ddd' is not in type '{d?: string | undefined; e?: number | undefined;}'. TS2353
This is a easy example, error no format, and i found all Vue ts file error is no format,
i installed plugin, i don't know if it was my use mistake.
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsfeature requestRequest a new featureRequest a new feature
