Skip to content

Commit

Permalink
chore: update docs app to Angular 13 (#6743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakovljevic-mladen committed Jan 14, 2022
1 parent 8c9a99a commit c6547f7
Show file tree
Hide file tree
Showing 10 changed files with 29,722 additions and 3,149 deletions.
1 change: 1 addition & 0 deletions docs_app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
19 changes: 0 additions & 19 deletions docs_app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@
}
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": []
}
}
}
},
Expand All @@ -222,15 +212,6 @@
"protractorConfig": "tests/e2e/protractor.conf.js",
"devServerTarget": "site:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tests/e2e/tsconfig.e2e.json"
],
"exclude": []
}
}
}
}
Expand Down

0 comments on commit c6547f7

Please sign in to comment.