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 = {