Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
chore: add Nuxt example to eslint.workingDirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Feb 23, 2024
1 parent 2eda960 commit 3ebbc4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"javascript.validate.enable": true,
"eslint.workingDirectories": [
"./examples/nextjs",
"./examples/nuxt",
"./examples/react-ts",
"./examples/vanilla-ts",
"./examples/vue-ts",
"./packages/use-wallet-js",
"./packages/use-wallet-react",
"./packages/use-wallet-vue"
"./packages/use-wallet-vue",
"./examples/vanilla-ts",
"./examples/vue-ts"
]
}

0 comments on commit 3ebbc4b

Please sign in to comment.