Skip to content

Commit

Permalink
Enable linting for all packages (#4561)
Browse files Browse the repository at this point in the history
* Enable linting for all packages
- lots to solve!
- we may wish to exclude some files

* Fix linting
  • Loading branch information
richard-cox authored Sep 8, 2020
1 parent 6af9d88 commit a987ee7
Show file tree
Hide file tree
Showing 54 changed files with 2,999 additions and 1,968 deletions.
15 changes: 1 addition & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,7 @@
],
"tslintConfig": "src/frontend/packages/core/tslint.json",
"files": [
"src/frontend/packages/core/src/**/*.ts",
"src/frontend/packages/core/src/custom/**/*.ts"
],
"exclude": [
"!src/frontend/packages/core/**"
"src/frontend/packages/core/src/**/*.ts"
]
}
}
Expand Down Expand Up @@ -227,9 +223,6 @@
"tslintConfig": "src/frontend/packages/store/tslint.json",
"files": [
"src/frontend/packages/store/src/**/*.ts"
],
"exclude": [
"!src/frontend/packages/store/**"
]
}
}
Expand Down Expand Up @@ -301,9 +294,6 @@
"tslintConfig": "src/frontend/packages/cloud-foundry/tslint.json",
"files": [
"src/frontend/packages/cloud-foundry/src/**/*.ts"
],
"exclude": [
"!src/frontend/packages/cloud-foundry/**"
]
}
}
Expand Down Expand Up @@ -344,9 +334,6 @@
"tslintConfig": "src/frontend/packages/cf-autoscaler/tslint.json",
"files": [
"src/frontend/packages/cf-autoscaler/src/**/*.ts"
],
"exclude": [
"!src/frontend/packages/cf-autoscaler/**"
]
}
}
Expand Down
Loading

0 comments on commit a987ee7

Please sign in to comment.