Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
feat(config): Add prefer-readonly rule
Browse files Browse the repository at this point in the history
BREAKING CHANGE: prefer-readonly now set to true
  • Loading branch information
Alorel committed Sep 26, 2018
1 parent a754715 commit c85eb68
Show file tree
Hide file tree
Showing 2 changed files with 819 additions and 86 deletions.
1 change: 1 addition & 0 deletions tslint.json
Expand Up @@ -271,6 +271,7 @@
true,
0
],
"prefer-readonly": true,
"switch-final-break": true,
"type-literal-delimiter": true,
"variable-name": [
Expand Down

0 comments on commit c85eb68

Please sign in to comment.