From bc22de0d6a89b5e56726e8b6c23e6c6eb3394a3d Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Mon, 4 Dec 2023 12:20:49 +0100 Subject: [PATCH] docs: add node protocol in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f4d748..a1c7b70 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ information, you'll need to provide the path to your `tsconfig.json`. For more information, see: https://typescript-eslint.io/docs/linting/type-linting ```js -const { resolve } = require('path'); +const { resolve } = require('node:path'); const project = resolve(__dirname, 'tsconfig.json');