Skip to content

Commit

Permalink
Add dist and dst abbreviations (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Mar 27, 2022
1 parent 5e1c932 commit dffcea8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rules/shared/abbreviations.js
Expand Up @@ -59,13 +59,21 @@ module.exports.defaultReplacements = {
dirs: {
directories: true,
},
dist: {
distribution: true,
},
doc: {
document: true,
},
docs: {
documentation: true,
documents: true,
},
dst: {
daylightSavingTime: true,
destination: true,
distribution: true,
},
e: {
error: true,
event: true,
Expand Down

0 comments on commit dffcea8

Please sign in to comment.