Skip to content

Commit 344d481

Browse files
Fix: command was giving a stupid error
1 parent a659dde commit 344d481

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// eslint 9.1.0 config file
2-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
32
// @ts-nocheck
43
module.exports = [
54
{
@@ -8,6 +7,6 @@ module.exports = [
87
sourceType: "script"
98
},
109
files: ["**/*.js"],
11-
ignores: ["**/.*", ".*/*"]
10+
ignores: ["**/.*", ".*/*"],
1211
}
1312
];

0 commit comments

Comments
 (0)