Skip to content

Commit

Permalink
feat: add ctx to abbrev whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Oct 28, 2023
1 parent 807e73d commit 286c81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/eslint-config/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ module.exports = {
/.*acc.*/i,
/.*arg.*/i,
/.*args.*/i,
/.*ctx.*/i,
/.*db.*/i,
/.*def.*/i,
/.*dev.*/i,
Expand Down

0 comments on commit 286c81f

Please sign in to comment.