Skip to content

Commit

Permalink
fix(eslint-config): allow dev abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 24, 2024
1 parent b71228a commit 40f0b8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,16 @@ module.exports = {
{
allowList: {
args: true,
req: true,
res: true,
props: true,
Props: true,
ref: true,
Ref: true,
params: true,
Params: true,
req: true,
res: true
dev: true,
Dev: true
},
ignore: ['\\.e2e$', '\\.e2e-spec$'],
checkShorthandProperties: true
Expand Down

0 comments on commit 40f0b8e

Please sign in to comment.