updated eslint config + reformat files

This commit is contained in:
Resi Respati
2020-07-15 13:07:28 +07:00
parent e1ad00045a
commit f70f624dec
4 changed files with 136 additions and 157 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