Skip to content

Commit d71246a

Browse files
authored
upgrade angular from 12 to 13 (#2056)
1 parent 2501d45 commit d71246a

File tree

8 files changed

+2938
-3619
lines changed

8 files changed

+2938
-3619
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
node_modules/
23
.DS_Store
34
npm-debug.log

angular.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@
9595
"scripts": []
9696
}
9797
},
98-
"lint": {
99-
"builder": "@angular-devkit/build-angular:tslint",
100-
"options": {
101-
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
102-
"exclude": ["**/node_modules/**"]
103-
}
104-
},
10598
"e2e": {
10699
"builder": "@angular-devkit/build-angular:protractor",
107100
"options": {
@@ -141,16 +134,6 @@
141134
"tsConfig": "projects/swimlane/ngx-datatable/tsconfig.spec.json",
142135
"karmaConfig": "projects/swimlane/ngx-datatable/karma.conf.js"
143136
}
144-
},
145-
"lint": {
146-
"builder": "@angular-devkit/build-angular:tslint",
147-
"options": {
148-
"tsConfig": [
149-
"projects/swimlane/ngx-datatable/tsconfig.lib.json",
150-
"projects/swimlane/ngx-datatable/tsconfig.spec.json"
151-
],
152-
"exclude": ["**/node_modules/**"]
153-
}
154137
}
155138
}
156139
}

0 commit comments

Comments
 (0)