chore: lint

This commit is contained in:
Anthony Fu 2023-08-07 15:41:55 +02:00
parent 49b9b7f7db
commit bfa0e2bb80
1 changed files with 1 additions and 0 deletions

View File

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