Skip to content

Commit

Permalink
Update entrances eslint enable/disable
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Nov 6, 2023
1 parent d5ecad0 commit 946d853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/templates/@entrances.ts.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {entrance} from 'entrance-decorator';

export class Entrances {
/* eslint-disable @mufan/explicit-return-type */
/* eslint-enable @mufan/explicit-return-type */
/* eslint-disable @typescript-eslint/explicit-function-return-type */
/* eslint-enable @typescript-eslint/explicit-function-return-type */
}

0 comments on commit 946d853

Please sign in to comment.