Skip to content

Commit

Permalink
feat(config): allow the use of the abbreviation 'dev' (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun authored Nov 9, 2023
1 parent a15a2c0 commit 6fc949d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/replacements.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ module.exports = {
args: false,
param: false,
params: false,
dev: false,
};
/* eslint-enable unicorn/prefer-module */

0 comments on commit 6fc949d

Please sign in to comment.