Skip to content

Commit

Permalink
Add prop => property replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
futpib committed Feb 15, 2019
1 parent ad5dfa4 commit b7a9c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/prevent-abbreviations.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ const defaultReplacements = {
},
mod: {
module: true
},
prop: {
property: true
}
};

Expand Down

0 comments on commit b7a9c0b

Please sign in to comment.