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

Commit

Permalink
fix: wrong rule configuration
Browse files Browse the repository at this point in the history
close #56
  • Loading branch information
progre committed Nov 14, 2018
1 parent 1e640eb commit 3abd09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.js
Expand Up @@ -56,7 +56,7 @@ module.exports = {
], // 16.2
'no-else-after-return': true, // 16.3
'comment-format': [true, 'check-space'], // 18.3
indent: [true, 'space'], // 19.1
indent: [true, 'spaces'], // 19.1
'ter-indent': [
true,
2,
Expand Down

0 comments on commit 3abd09c

Please sign in to comment.