Skip to content

Commit e5806d0

Browse files
Souviknsroot
and
root
authoredSep 26, 2024
feat: add flag for using generator v2 (asyncapi#1513)
Co-authored-by: root <root@LAPTOP-K7PL9FIU>
1 parent 60b352d commit e5806d0

File tree

15 files changed

+21702
-15633
lines changed

15 files changed

+21702
-15633
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ lib
44
/test/commands/generate/models/
55
test/helpers
66
/test/fixtures/minimaltemplate
7+
/test/fixtures/newtemplate
78
create-glee-app

‎.eslintrc

+6
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@
197197
"no-use-before-define": "off",
198198
"sonarjs/cognitive-complexity": "off"
199199
}
200+
},
201+
{
202+
"files": ["src/core/base.ts"],
203+
"rules": {
204+
"@typescript-eslint/ban-ts-comment": "off"
205+
}
200206
}
201207
]
202208
}

0 commit comments

Comments
 (0)
Please sign in to comment.