Skip to content

Commit f0be431

Browse files
authored
Merge pull request #432 from MangoInstantMessenger/angular-bump
Angular bump
2 parents 25ce04e + 5142b95 commit f0be431

7 files changed

Lines changed: 6079 additions & 7192 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ AuthWorkingDirectory/
3838
CngWorkingDirectory/
3939
OpenSslWorkingDirectory/
4040
wwwroot/
41+
dist/
4142

4243
# sonar scanner
4344
MangoAPI.Client/.scannerwork/*

MangoAPI.Client/.browserslistrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

MangoAPI.Client/angular.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,18 @@
165165
}
166166
}
167167
},
168-
"defaultProject": "MangoAPI.Client",
169168
"cli": {
170169
"analytics": false,
171-
"defaultCollection": "@angular-eslint/schematics"
170+
"schematicCollections": [
171+
"@angular-eslint/schematics"
172+
]
173+
},
174+
"schematics": {
175+
"@angular-eslint/schematics:application": {
176+
"setParserOptionsProject": true
177+
},
178+
"@angular-eslint/schematics:library": {
179+
"setParserOptionsProject": true
180+
}
172181
}
173182
}

0 commit comments

Comments
 (0)