Commit 23c2b744 by Antti Väyrynen

tslintfix

1 parent cef7666e
...@@ -2,7 +2,7 @@ import { Component } from '@angular/core'; ...@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
import { AppService } from './shared/app.service'; import { AppService } from './shared/app.service';
@Component({ @Component({
selector: 'app-root', selector: 'moya-root',
templateUrl: './app.component.html', templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'] styleUrls: ['./app.component.scss']
}) })
......
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
true, true,
"element", "element",
"moya", "moya",
"app",
"kebab-case" "kebab-case"
], ],
"no-output-on-prefix": true, "no-output-on-prefix": true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!