Skip to content

Commit

Permalink
chore: fix eslint config for vscode extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Jan 7, 2025
1 parent beae109 commit 81b8401
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"javascriptreact",
"typescriptreact"
],
"cSpell.words": ["gensx", "jsxs", "Streamable"]
}
"cSpell.words": [
"gensx",
"jsxs",
"Streamable"
],
"eslint.useFlatConfig": true
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 81b8401

Please sign in to comment.