chore(lint): enable semicolon and variable-name tslint checks
This commit is contained in:
@ -569,7 +569,7 @@ export function main() {
|
||||
it(`should fail if public API for ${mod} has changed`, () => {
|
||||
var symbols = getSymbolsFromLibrary(mod);
|
||||
expect(diff(symbols, API[mod])).toEqual([]);
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user