Skip to content

Commit

Permalink
Update docs/rules/grouped-accessor-pairs.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
mdjermanovic and ljharb committed Sep 28, 2019
1 parent 3addbd0 commit bc5102a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/grouped-accessor-pairs.md
@@ -1,6 +1,6 @@
# Require grouped accessor pairs in object literals and classes (grouped-accessor-pairs)

Getter and setter for the same property don't necessarily have to be defined one after the other.
A getter and setter for the same property don't necessarily have to be defined adjacent to each other.

For example, the following statements would create the same object:

Expand Down

0 comments on commit bc5102a

Please sign in to comment.