Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Updated linter line length to something less draconian. (#275)
Browse files Browse the repository at this point in the history
* Updated linter line length to something less draconian.

* Update tslint.json
  • Loading branch information
blackbaud-brandonhare authored and Blackbaud-PaulCrowder committed Sep 15, 2017
1 parent bcc15e0 commit f304995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
],
"max-line-length": [
true,
100
140
],
"no-require-imports": false,
"no-trailing-whitespace": true,
Expand Down

0 comments on commit f304995

Please sign in to comment.