Skip to content

Commit

Permalink
🐛 fix(eslint): rm env from abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jul 7, 2023
1 parent a0e316a commit 2d04f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default {
'error',
{
replacements: {
ProcessEnv: false,
e: false,
env: false,
props: false,
res: false,
},
Expand Down

0 comments on commit 2d04f48

Please sign in to comment.