Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: futpib <[email protected]>
  • Loading branch information
Alex Zherdev and futpib committed Feb 3, 2019
1 parent 3f7de0f commit d9ed772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/prevent-abbreviations.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Prevent abbreviations

Using complete words result in more readable code. Not everyone knows all your abbreviations. You only write code once, but it's read many times.
Using complete words results in more readable code. Not everyone knows all your abbreviations. You only write code once, but it's read many times.

Default replacements are available [here](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/rules/prevent-abbreviations.js#L7).

This rule is fixable for unambiguous abbreviations (that is abbreviations with exactly one replacement defined).
This rule is fixable for unambiguous abbreviations (that is, abbreviations with exactly one replacement defined).


## Fail
Expand Down

0 comments on commit d9ed772

Please sign in to comment.