Skip to content

Commit

Permalink
feat(eslint): 💄 Removing the no-process-env rule
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloOlivieriAchille committed Oct 1, 2024
1 parent 8a3bbb3 commit 84d8f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function bePowerFactory(
rules: {
'prettier/prettier': 'warn',
'no-console': 'off',
'no-process-env': 'off',
},
});

Expand Down

0 comments on commit 84d8f3a

Please sign in to comment.