update tslint -> eslint

This commit is contained in:
2021-05-21 20:17:26 +02:00
parent 80260df71f
commit a195fafa6b
252 changed files with 3080 additions and 2420 deletions

View File

@@ -4,9 +4,8 @@ import {IconProp} from '@fortawesome/fontawesome-svg-core';
@Component({
selector: 'app-button',
templateUrl: './button.component.html',
styleUrls: ['./button.component.less']
styleUrls: ['./button.component.less'],
})
export class ButtonComponent {
@Input() icon: IconProp;
@Input() public icon: IconProp;
}