diff options
| author | Shinigami <[email protected]> | 2023-10-07 02:02:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-07 00:02:33 +0000 |
| commit | 93bb134a3d0663cd804679c54926f0042b02b289 (patch) | |
| tree | 741f455ae75e6e9a245abd5d24faf470c4aac861 | |
| parent | 97b0c8b17c47f1b21bd50829d9cef93da6f1fae5 (diff) | |
| download | faker-93bb134a3d0663cd804679c54926f0042b02b289.tar.xz faker-93bb134a3d0663cd804679c54926f0042b02b289.zip | |
infra(unicorn): prefer-node-protocol (#2420)
| -rw-r--r-- | .eslintrc.js | 1 | ||||
| -rw-r--r-- | scripts/apidoc/generate.ts | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 583e3c8d..4e8dda50 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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', diff --git a/scripts/apidoc/generate.ts b/scripts/apidoc/generate.ts index f047cc49..fa05dec6 100644 --- a/scripts/apidoc/generate.ts +++ b/scripts/apidoc/generate.ts @@ -1,4 +1,4 @@ -import { resolve } from 'path'; +import { resolve } from 'node:path'; import { writeApiDiffIndex, writeApiPagesIndex, |
