Skip to content

Commit

Permalink
fix(eslint-config): fix abbreviation exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 19, 2024
1 parent 1925513 commit 249819d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ module.exports = {
args: true,
props: true,
Props: true,
ref: true,
Ref: true,
params: true,
Params: true,
req: true,
res: true
},
Expand Down

0 comments on commit 249819d

Please sign in to comment.