Skip to content

Commit 5ba9f0a

Browse files
authoredDec 8, 2024
prevent-abbreviations: Add util and utils to abbreviations (#2507)
1 parent 8b7c5fc commit 5ba9f0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎rules/shared/abbreviations.js

+6
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ module.exports.defaultReplacements = {
214214
tmp: {
215215
temporary: true,
216216
},
217+
util: {
218+
utility: true,
219+
},
220+
utils: {
221+
utilities: true,
222+
},
217223
val: {
218224
value: true,
219225
},

0 commit comments

Comments
 (0)