Skip to content

Commit

Permalink
docs: align README example with style guide (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukahartwig committed Dec 11, 2023
1 parent a54f6ff commit cc100d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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');

Expand Down

0 comments on commit cc100d8

Please sign in to comment.