Loading .eslintrc.json +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ "prefix": "app", "style": "kebab-case" } ] ], "@typescript-eslint/no-explicit-any": "off" } }, { Loading src/app/kicker.ts +4 −4 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ export class Variant { } get templateFile(): string { return this.template_path.split(/[\/\.]/)[1] return this.template_path.split(/[/.]/)[1] } getVariable(name: string): Variable | undefined { Loading Loading @@ -276,7 +276,7 @@ export class Template { } get templateFile(): string { return this.template_path.split(/[\/\.]/)[1] return this.template_path.split(/[/.]/)[1] } get var_prefix(): string { Loading Loading
.eslintrc.json +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ "prefix": "app", "style": "kebab-case" } ] ], "@typescript-eslint/no-explicit-any": "off" } }, { Loading
src/app/kicker.ts +4 −4 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ export class Variant { } get templateFile(): string { return this.template_path.split(/[\/\.]/)[1] return this.template_path.split(/[/.]/)[1] } getVariable(name: string): Variable | undefined { Loading Loading @@ -276,7 +276,7 @@ export class Template { } get templateFile(): string { return this.template_path.split(/[\/\.]/)[1] return this.template_path.split(/[/.]/)[1] } get var_prefix(): string { Loading