Skip to content

Commit

Permalink
fix: ignore openapi generated folder in tslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Aug 29, 2023
1 parent fb170ae commit 2d3e748
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"no-bitwise": false
},
"rulesDirectory": [],
"ignorePatterns": [
"src/types/restful/specs/**/*.ts"
]
"linterOptions": {
"exclude": [
"src/types/restful/specs/**/*.ts"
]
}
}

0 comments on commit 2d3e748

Please sign in to comment.