Skip to content

Commit

Permalink
fix(eslint): disable rule: unicorn/prefer-node-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Dec 26, 2023
1 parent 6f51c6f commit 76e442d
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 @@ -46,7 +46,6 @@ export const eslint = {
'unicorn/prefer-export-from': 'warn',
'unicorn/prefer-ternary': 'warn',
'unicorn/prefer-number-properties': 'warn',
'unicorn/prefer-node-protocol': 'warn',
'unicorn/no-lonely-if': 'warn',
'unused-imports/no-unused-imports': 'warn',
'unicorn/text-encoding-identifier-case': 'warn',
Expand Down Expand Up @@ -83,6 +82,7 @@ export const eslint = {
'react/no-unescaped-entities': 'warn',
'react/no-unknown-property': 'warn',
// ~ merge from eslint-config-tenx
'unicorn/prefer-node-protocol': 0,
'unicorn/consistent-destructuring': 0,
'unicorn/no-null': 0,
'unicorn/prefer-top-level-await': 0,
Expand Down

0 comments on commit 76e442d

Please sign in to comment.