Skip to content

Commit

Permalink
Add param and params replacement to the prevent-abbreviations r…
Browse files Browse the repository at this point in the history
…ule (#365)
  • Loading branch information
chrkhl authored and sindresorhus committed Sep 16, 2019
1 parent 8ff4d91 commit 9b81e11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rules/prevent-abbreviations.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ const defaultReplacements = {
args: {
arguments: true
},
param: {
parameter: true
},
params: {
parameters: true
},
tbl: {
table: true
},
Expand Down

0 comments on commit 9b81e11

Please sign in to comment.