Migrate from TSLint to ESLint

This commit is contained in:
tcdejong
2020-02-03 18:41:29 +01:00
parent 962c62a474
commit 57990c4215
6 changed files with 192 additions and 69 deletions

View File

@@ -1,4 +1,4 @@
import { ErrorMapper } from "utils/ErrorMapper";
import { ErrorMapper } from "./utils/ErrorMapper";
// When compiling TS to JS and bundling with rollup, the line numbers and file names in error messages change
// This utility uses source maps to get the line numbers and file names of the original, TS source code