remove tslint, tslint:disable-next-line, update @typescript-eslint/*

This commit is contained in:
Alexander T
2019-07-18 15:29:59 +03:00
parent 68ae4382bd
commit 8bf5ebc417
5 changed files with 4 additions and 6 deletions

View File

@@ -66,7 +66,6 @@ function buildInfoFileOutput(messageTable: InputDiagnosticMessageTable, inputFil
" function diag(code: number, category: DiagnosticCategory, key: string, message: string, reportsUnnecessary?: {}): DiagnosticMessage {\r\n" +
" return { code, category, key, message, reportsUnnecessary };\r\n" +
" }\r\n" +
" // tslint:disable-next-line variable-name\r\n" +
" export const Diagnostics = {\r\n";
messageTable.forEach(({ code, category, reportsUnnecessary }, name) => {
const propName = convertPropertyName(name);