File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ module.exports = {
3434 'import/first' : 'error' ,
3535 'import/no-duplicates' : 'error' ,
3636 'simple-import-sort/imports' : 'error' ,
37+ 'simple-import-sort/exports' : 'error' ,
3738 '@typescript-eslint/ban-types' : [
3839 'error' ,
3940 {
Original file line number Diff line number Diff line change 1+ export * from './auth.model' ;
12export * from './chat.model' ;
3+ export * from './chatwoot.model' ;
24export * from './contact.model' ;
35export * from './message.model' ;
4- export * from './auth.model' ;
5- export * from './webhook.model' ;
6- export * from './chatwoot.model' ;
76export * from './settings.model' ;
7+ export * from './webhook.model' ;
Original file line number Diff line number Diff line change 4949 . use ( '/chatwoot' , new ChatwootRouter ( ...guards ) . router )
5050 . use ( '/settings' , new SettingsRouter ( ...guards ) . router ) ;
5151
52- export { router , HttpStatus } ;
52+ export { HttpStatus , router } ;
You can’t perform that action at this time.
0 commit comments