Skip to content

Commit

Permalink
fix: Remove Angular TSLint (#4973)
Browse files Browse the repository at this point in the history
* Update tslint.json

* Update package.json

[skip ci]
  • Loading branch information
tidusjar authored Jun 22, 2023
1 parent 2de9b9b commit 93969b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Ombi/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"primeng": "^15.4.1",
"rxjs": "^7.5.4",
"ts-md5": "^1.2.7",
"tslint-angular": "^1.1.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions src/Ombi/ClientApp/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"node_modules/codelyzer"
],
"extends": [
"tslint:recommended",
"tslint-angular"
"tslint:recommended"
],
"rules": {
"max-line-length": [
Expand Down

0 comments on commit 93969b5

Please sign in to comment.