Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 2d8aa16

Browse files
committedNov 18, 2020
- Cleanup and latest dependencies
1 parent bd495d3 commit 2d8aa16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+204
-270
lines changed
 

‎.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"@typescript-eslint/explicit-module-boundary-types": 0,
2525
"sort-imports": "off",
2626
"import/order": "off",
27-
"simple-import-sort/sort": "error",
27+
"simple-import-sort/imports": "error",
28+
"simple-import-sort/exports": "error",
2829
"prettier/prettier": ["error"]
2930
}
3031
}

‎src/client/interfaces/Model.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ export interface Model extends Schema {
1515
enum: Enum[];
1616
enums: Model[];
1717
properties: Model[];
18-
extendedFrom?: string[];
19-
extendedBy?: string[];
2018
}

0 commit comments

Comments
 (0)