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([]);
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ const IGNORE =
|
||||
originalStack: true,
|
||||
wrapperMessage: true,
|
||||
wrapperStack: true, '@@observable': true
|
||||
}
|
||||
};
|
||||
|
||||
function collectTopLevelSymbols(prefix: string, lib: any):
|
||||
string[] {
|
||||
|
Reference in New Issue
Block a user