Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Remove file-name-casing rule for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik committed Aug 27, 2018
1 parent 959d1ed commit f139a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"indent": [true, "spaces"],
"no-redundant-jsdoc": false,
"no-unnecessary-class": false,
"interface-name": false
"interface-name": false,
"file-name-casing": false
}
}

0 comments on commit f139a0c

Please sign in to comment.