From cc100d8c0803cfc50a70a5ed46114b2bb81b5c39 Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Mon, 11 Dec 2023 23:43:13 +0100 Subject: [PATCH] docs: align README example with style guide (#82) --- 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');