Skip to content

Commit

Permalink
feat: add rule to enforce that process is imported
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Sep 17, 2024
1 parent c91e102 commit 3e5c53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default [
'object-shorthand': ['error', 'always'],
'prefer-arrow-callback': 'error',
'svelte/no-inner-declarations': 'off',
'n/prefer-global/process': ['error', 'never'],
'n/prefer-node-protocol': 'error'
}
}
Expand Down

0 comments on commit 3e5c53f

Please sign in to comment.