From 71857a077ede3de4ca3f59efbfc0052e52816b9a Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Tue, 16 Jan 2024 16:47:15 +0800 Subject: [PATCH] Update tsconfig project link (#744) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f77ea227..51922c89 100644 --- a/readme.md +++ b/readme.md @@ -317,7 +317,7 @@ Setting this to an object enables the resolver and passes the object as configur XO will automatically lint TypeScript files (`.ts`, `.mts`, `.cts`, `.d.ts` and `.tsx`) with the rules defined in [eslint-config-xo-typescript#use-with-xo](https://github.com/xojs/eslint-config-xo-typescript#use-with-xo). -XO will handle the [@typescript-eslint/parser `project` option](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser#parseroptionsproject) automatically even if you don't have a `tsconfig.json` in your project. +XO will handle the [@typescript-eslint/parser `project` option](https://typescript-eslint.io/packages/parser/#project) automatically even if you don't have a `tsconfig.json` in your project. ## GitHub Actions