We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f83f2 commit 81fd561Copy full SHA for 81fd561
vscode-wpilib/eslint.config.js
@@ -1,5 +1,5 @@
1
// eslint.config.js
2
module.exports =
3
{
4
- ignores: [".media/", ".out/", ".resources/"]
+ ignores: ["media/", "out/", "resources/"]
5
};
0 commit comments