Skip to content

Commit

Permalink
prevent-abbreviations: Add util and utils to abbreviations (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io authored Dec 8, 2024
1 parent 8b7c5fc commit 5ba9f0a
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 5ba9f0a

Please sign in to comment.