Skip to content

Commit

Permalink
fix no-outside-dependencies errors microsoft/dtslint#315
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 2, 2021
1 parent b3cc4f0 commit 53d7a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/libpq/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"no-void-expression": false
"no-void-expression": false,
"no-outside-dependencies": false
}
}

0 comments on commit 53d7a29

Please sign in to comment.