updated format code & eslint rule
This commit is contained in:
parent
67c6810def
commit
8a31554f38
102 changed files with 6271 additions and 6164 deletions
|
|
@ -1,8 +1,6 @@
|
|||
interface DataOptions {
|
||||
id:string
|
||||
name:string
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOptions
|
||||
}
|
||||
export type { DataOptions };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue