Skip to content

Commit

Permalink
prevent-abbreviations: Add def (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jul 8, 2021
1 parent 1463f52 commit f783472
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rules/shared/abbreviations.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ module.exports.defaultReplacements = {
db: {
database: true
},
def: {
defer: true,
deferred: true,
define: true,
definition: true
},
dest: {
destination: true
},
Expand Down

0 comments on commit f783472

Please sign in to comment.