Skip to content

Commit

Permalink
Improved timezone selector (#9)
Browse files Browse the repository at this point in the history
Improved timezone selector.
  • Loading branch information
kshetline authored Feb 24, 2021
1 parent 27150ef commit a825e83
Show file tree
Hide file tree
Showing 13 changed files with 23,089 additions and 2,242 deletions.
21 changes: 8 additions & 13 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,11 @@
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"builder": "@angular-eslint/build:lint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
Expand All @@ -133,13 +130,11 @@
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"builder": "@angular-eslint/build:lint",
"options": {
"tsConfig": [
"e2e/tsconfig.e2e.json"
],
"exclude": [
"**/node_modules/**"
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
Expand Down
Loading

0 comments on commit a825e83

Please sign in to comment.