Skip to content

Commit

Permalink
fix(eslint-config): allow some abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 2, 2024
1 parent 7d3e1e8 commit 527f8cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,20 @@ module.exports = {
'error',
{
allowList: {
args: true,
req: true,
res: true,
args: true,
Args: true,
prop: true,
Prop: true,
props: true,
Props: true,
ref: true,
Ref: true,
refs: true,
Refs: true,
param: true,
Param: true,
params: true,
Params: true,
dev: true,
Expand Down

0 comments on commit 527f8cb

Please sign in to comment.