Configured Typescript with ESLint

This commit is contained in:
Geomitron
2020-02-03 20:04:35 -05:00
parent 733333e2dc
commit d08a75280c
5 changed files with 663 additions and 2 deletions

View File

@@ -83,6 +83,18 @@
"browserTarget": "Bridge:build:production"
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"eslintConfig": "./eslintrc.json",
"tsConfig": [
"./tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}},