diff --git a/typescript/templates/@entrances.ts.hbs b/typescript/templates/@entrances.ts.hbs index db627d0..6488d82 100644 --- a/typescript/templates/@entrances.ts.hbs +++ b/typescript/templates/@entrances.ts.hbs @@ -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 */ }