Skip to content

Commit

Permalink
Add vscode-test to eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleect committed Jan 16, 2025
1 parent bb90c21 commit 0a7ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsc/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default [
files: ["./**/*.{js,cjs,mjs,ts}"],
},
{
ignores: ["out/*"],
ignores: ["out/*", ".vscode-test"],
},
{ languageOptions: { globals: globals.node } },
pluginJs.configs.recommended,
Expand Down

0 comments on commit 0a7ef01

Please sign in to comment.