Skip to content

Commit

Permalink
feat: add flag for using generator v2 (#1513)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@LAPTOP-K7PL9FIU>
  • Loading branch information
Souvikns and root authored Sep 26, 2024
1 parent 60b352d commit e5806d0
Show file tree
Hide file tree
Showing 15 changed files with 21,702 additions and 15,633 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ lib
/test/commands/generate/models/
test/helpers
/test/fixtures/minimaltemplate
/test/fixtures/newtemplate
create-glee-app
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
"no-use-before-define": "off",
"sonarjs/cognitive-complexity": "off"
}
},
{
"files": ["src/core/base.ts"],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
}
]
}
Loading

0 comments on commit e5806d0

Please sign in to comment.