Skip to content

Commit

Permalink
Disabling super usefull, but annoying linting option
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Aug 26, 2021
1 parent 5ced82f commit b957cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"max-classes-per-file": [true, 2],
"no-string-literal": false,
"no-unused-expression": [true, "allow-fast-null-checks"],
"no-empty-interface": false,
"semicolon": [true, "always"]
"no-empty-interface": false
}
}

0 comments on commit b957cab

Please sign in to comment.