Skip to content

Commit 81fd561

Browse files
committed
try without the .
1 parent 39f83f2 commit 81fd561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-wpilib/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint.config.js
22
module.exports =
33
{
4-
ignores: [".media/", ".out/", ".resources/"]
4+
ignores: ["media/", "out/", "resources/"]
55
};

0 commit comments

Comments
 (0)