From bfa0e2bb80e63eedae3eaa2dbdda9e4a56907581 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 7 Aug 2023 15:41:55 +0200 Subject: [PATCH] chore: lint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7999455..a056fbd 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Type aware rules are enabled when a `tsconfig.eslint.json` is found in the proje ```js // .eslintrc.js const process = require('node:process') + process.env.ESLINT_TSCONFIG = 'tsconfig.json' module.exports = {