Skip to content

Commit

Permalink
feat: override no process.env rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiewarb committed Jul 16, 2023
1 parent 5763df2 commit d947b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
rules: {
'semi': ['error', 'always'],
'jsonc/comma-dangle': ['error', 'always'],
'n/prefer-global/process': ['off'], // One day we might turn this on. See: https://github.com/antfu/eslint-config/pull/214
},
overrides: [
{
Expand Down

0 comments on commit d947b52

Please sign in to comment.