Skip to content

Commit 8ee09bc

Browse files
committed
Merge branch 'feat/update-angular'
2 parents a4ff450 + 1a640d5 commit 8ee09bc

31 files changed

+7506
-11538
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

frontend/angular.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@
120120
"src/manifest.json"
121121
]
122122
}
123-
},
124-
"lint": {
125-
"builder": "@angular-devkit/build-angular:tslint",
126-
"options": {
127-
"tsConfig": [
128-
"src/tsconfig.app.json",
129-
"src/tsconfig.spec.json"
130-
],
131-
"exclude": []
132-
}
133123
}
134124
}
135125
},
@@ -144,15 +134,6 @@
144134
"protractorConfig": "./protractor.conf.js",
145135
"devServerTarget": "bookmarks:serve"
146136
}
147-
},
148-
"lint": {
149-
"builder": "@angular-devkit/build-angular:tslint",
150-
"options": {
151-
"tsConfig": [
152-
"e2e/tsconfig.e2e.json"
153-
],
154-
"exclude": []
155-
}
156137
}
157138
}
158139
}

0 commit comments

Comments
 (0)