Skip to content

Commit

Permalink
infra(unicorn): prefer-node-protocol (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Oct 7, 2023
1 parent 97b0c8b commit 93bb134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ module.exports = defineConfig({
'unicorn/prefer-module': 'off',
'unicorn/prefer-native-coercion-functions': 'off',
'unicorn/prefer-negative-index': 'off',
'unicorn/prefer-node-protocol': 'off',
'unicorn/prefer-number-properties': 'off',
'unicorn/prefer-object-from-entries': 'off',
'unicorn/prefer-optional-catch-binding': 'off',
Expand Down
2 changes: 1 addition & 1 deletion scripts/apidoc/generate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { resolve } from 'path';
import { resolve } from 'node:path';
import {
writeApiDiffIndex,
writeApiPagesIndex,
Expand Down

0 comments on commit 93bb134

Please sign in to comment.