Final state from MSSE692

This commit is contained in:
Kerry Johnson 2021-03-13 09:03:38 -07:00
parent 4b98dddb1f
commit 7e7390b454
6 changed files with 3768 additions and 2596 deletions

View file

@ -144,14 +144,12 @@
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"builder": "@angular-eslint/builder:lint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"typeCheck": true,
"exclude": []
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
@ -190,4 +188,4 @@
"prefix": "ngx"
}
}
}
}