Skip to content

Commit

Permalink
Merge branch 'master' into octogonz/fix-784
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Jul 31, 2019
2 parents 04288f7 + 73f8c79 commit 10a022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/prefer-readonly.md
@@ -1,4 +1,4 @@
# require never-modified private members be marked as `readonly`
# require never-modified private members be marked as `readonly` (prefer-readonly)

This rule enforces that private members are marked as `readonly` if they're never modified outside of the constructor.

Expand Down

0 comments on commit 10a022e

Please sign in to comment.