Skip to content

Commit

Permalink
chore: added "quotemark" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg authored Sep 28, 2017
1 parent e4961de commit caf948f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/configs/tslint-override.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default {
multiline: "never",
singleline: "never"
}
]
],
"quotemark": [true, "single"]
}
};

0 comments on commit caf948f

Please sign in to comment.