Skip to content

Commit

Permalink
feat(tslint-config): change config value for "no-multiline-string" (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Di-did-done authored and pimenovoleg committed Dec 8, 2017
1 parent f71464b commit d2bc6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/tslint-microsoft-contrib-override.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
"function-name": false,
"missing-jsdoc": false,
"no-increment-decrement": false,
"no-multiline-string": false,
"no-relative-imports": false,
"no-suspicious-comment": false,
"prefer-type-cast": false,
Expand Down

0 comments on commit d2bc6aa

Please sign in to comment.