Skip to content

Commit

Permalink
Relax rule: allow TypeScript Triple-Slash Directives
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 9, 2017
1 parent 1e3975c commit ede0174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Expand Up @@ -151,7 +151,7 @@
"space-infix-ops": "error",
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
"spaced-comment": ["error", "always", {
"line": { "markers": ["*package", "!", ","] },
"line": { "markers": ["*package", "!", "/", ","] },
"block": { "balanced": true, "markers": ["*package", "!", ","], "exceptions": ["*"] }
}],
"template-curly-spacing": ["error", "never"],
Expand Down

0 comments on commit ede0174

Please sign in to comment.