Skip to content

Commit

Permalink
i dont like linters
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Apr 30, 2024
1 parent bf4b239 commit 95e17d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"max-line-length": false,
"max-classes-per-file": false,
"no-unused-variable": true,
"forin": false
"forin": false,
"no-conditional-assignment": false
},
"rulesDirectory": [],
"linterOptions": {
Expand Down

0 comments on commit 95e17d7

Please sign in to comment.