Skip to content

Commit

Permalink
Add ev-to-event default replacement to prevent-abbreviations rule (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvargeson committed Jul 9, 2020
1 parent 6c02ce4 commit a0b4aba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/prevent-abbreviations.js
Expand Up @@ -94,6 +94,9 @@ const defaultReplacements = {
err: {
error: true
},
ev: {
event: true
},
evt: {
event: true
},
Expand Down

0 comments on commit a0b4aba

Please sign in to comment.