2
私はを使用します。ESLintとgulp-eslintです。 Angular2アノテーションのリンタールールを有効にする方法はありますか?ESLint - Angular2アノテーション
@Component({
selector: 'example',
styleUrls: ['app.css'],
templateUrl: 'app.html', //Linter should warn cause the semicolon
})
//Linter should warn in case of a blank line between componente and class
export class App {
}