Skip to content

Commit

Permalink
fix: allow triple slash comments for TS
Browse files Browse the repository at this point in the history
  • Loading branch information
marudor committed Apr 21, 2020
1 parent 894f1ef commit 9d000c3
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 1,250 deletions.
2 changes: 1 addition & 1 deletion base.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ module.exports = {
'space-in-parens': 0,
'space-infix-ops': 0,
'space-unary-ops': 0,
'spaced-comment': 'error',
'spaced-comment': ['error', 'always', { markers: ['/'] }],
strict: 'error',
'symbol-description': 'error',
'template-curly-spacing': 0,
Expand Down
Loading

0 comments on commit 9d000c3

Please sign in to comment.