Skip to content

Commit

Permalink
Fix ESLint not working on VSCode t3-oss#1128 (t3-oss#1143)
Browse files Browse the repository at this point in the history
* Fix ESLint not working on VSCode t3-oss#1128

* use `eslint.runtime` option instead to use system node version

---------

Co-authored-by: juliusmarminge <[email protected]>
  • Loading branch information
smblee and juliusmarminge authored Aug 14, 2024
1 parent 1e7110c commit cc331f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
"eslint.runtime": "node",
"eslint.workingDirectories": [
{ "pattern": "apps/*/" },
{ "pattern": "packages/*/" },
Expand Down

0 comments on commit cc331f4

Please sign in to comment.