Chore: Updated angular and other javascript dependencies

This commit is contained in:
2021-03-18 07:11:41 +05:30
parent 4257db020d
commit 2374fd7347
7 changed files with 63 additions and 39 deletions

View File

@ -49,7 +49,10 @@
"import/order": [
"error",
{
"alphabetize": {"order": "asc", "caseInsensitive": true},
"alphabetize": {
"order": "asc",
"caseInsensitive": true
},
"newlines-between": "always"
}
],