Skip to content

Commit

Permalink
upgrade angular from 12 to 13 (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
duredhel13 authored Feb 1, 2022
1 parent 2501d45 commit d71246a
Show file tree
Hide file tree
Showing 8 changed files with 2,938 additions and 3,619 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.angular/cache
node_modules/
.DS_Store
npm-debug.log
Expand Down
17 changes: 0 additions & 17 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -141,16 +134,6 @@
"tsConfig": "projects/swimlane/ngx-datatable/tsconfig.spec.json",
"karmaConfig": "projects/swimlane/ngx-datatable/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/swimlane/ngx-datatable/tsconfig.lib.json",
"projects/swimlane/ngx-datatable/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
Loading

0 comments on commit d71246a

Please sign in to comment.