Skip to content

Commit

Permalink
chore: add vscode-eslint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jan 23, 2024
1 parent 2d1b703 commit 9eb3b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jsdoc/
.cache
/packages/**/node_modules
/tools/internal-rules/node_modules
/.vscode
# /.vscode
.sublimelinterrc
.eslint-release-info.json
.nyc_output
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.experimental.useFlatConfig": true
}

0 comments on commit 9eb3b14

Please sign in to comment.