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,20 +0,0 @@
{
"compilerOptions": {
"module": "esnext",
"lib": ["esnext"],
"target": "es5",
"moduleResolution": "Node",
"outDir": "dist",
"baseUrl": "src/",
"sourceMap": true,
"strict": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false
},
"exclude": [
"node_modules"
]
}