Skip to content

Commit

Permalink
feat: update NG13
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuioli committed Nov 5, 2021
1 parent c5dfdcb commit 7d20eb2
Show file tree
Hide file tree
Showing 7 changed files with 17,075 additions and 5,010 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
!.vscode/extensions.json

# 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 @@ -95,18 +95,6 @@
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -120,15 +108,6 @@
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "elements:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit 7d20eb2

Please sign in to comment.