Version Bump v9.3.0

This commit is contained in:
2020-12-08 12:10:35 +05:30
parent 57ef355170
commit 1f21438a4c
7 changed files with 44 additions and 49 deletions

View File

@ -102,14 +102,9 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"eslintConfig": ".eslintrc.js",
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
},