Skip to content

Commit

Permalink
chore: moove to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pastor committed Nov 29, 2023
1 parent c63ab98 commit 6f42c5a
Show file tree
Hide file tree
Showing 8 changed files with 6,236 additions and 10,573 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
21 changes: 0 additions & 21 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,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": "ngx-cypress-builder:cypress",
"options": {
Expand Down Expand Up @@ -177,16 +166,6 @@
"tsConfig": "projects/pia-i18n/tsconfig.spec.json",
"karmaConfig": "projects/pia-i18n/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/pia-i18n/tsconfig.lib.json",
"projects/pia-i18n/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
Loading

0 comments on commit 6f42c5a

Please sign in to comment.