chore(lint): enable semicolon and variable-name tslint checks
This commit is contained in:
@ -12,7 +12,7 @@ import {bootstrap} from '@angular/platform-browser';
|
||||
</div>`
|
||||
})
|
||||
export class JsonPipeExample {
|
||||
object: Object = {foo: 'bar', baz: 'qux', nested: {xyz: 3, numbers: [1, 2, 3, 4, 5]}}
|
||||
object: Object = {foo: 'bar', baz: 'qux', nested: {xyz: 3, numbers: [1, 2, 3, 4, 5]}};
|
||||
}
|
||||
// #enddocregion
|
||||
|
||||
|
Reference in New Issue
Block a user