Skip to content

Commit 3d1428c

Browse files
committed
feat: Add --readonlt-dtos option
BREAKING CHANGE: Remove stubs output option
1 parent dc8f9c7 commit 3d1428c

63 files changed

Lines changed: 375303 additions & 1819 deletions

Some content is hidden

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

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"autoBarrel.ignoreFilePathContainingAnyOf": ".spec,.test,.stories",
33
"editor.codeActionsOnSave": {
4-
"source.fixAll": true
4+
"source.fixAll": "explicit"
55
},
66
"editor.rulers": [80],
77
"eslint.lintTask.enable": true,

0 commit comments

Comments
 (0)