Enabled strict mode, code needs fixes

This commit is contained in:
2022-01-07 00:22:54 +01:00
parent 215e872c05
commit 9a3be0c23e
10 changed files with 2009 additions and 212 deletions

View File

@@ -108,9 +108,21 @@
"devServerTarget": "sample-oauth:serve:production"
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"defaultProject": "sample-oauth"
"defaultProject": "sample-oauth",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}