Skip to content

Commit

Permalink
prevent-abbreviations: add util and utils to abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Dec 8, 2024
1 parent 0d91fe8 commit 5ee9871
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 @@ -214,6 +214,12 @@ module.exports.defaultReplacements = {
tmp: {
temporary: true,
},
util: {
utility: true,
},
utils: {
utilities: true,
},
val: {
value: true,
},
Expand Down

0 comments on commit 5ee9871

Please sign in to comment.