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 a659dde commit 344d481Copy full SHA for 344d481
eslint.config.js
@@ -1,5 +1,4 @@
1
// eslint 9.1.0 config file
2
-// eslint-disable-next-line @typescript-eslint/ban-ts-comment
3
// @ts-nocheck
4
module.exports = [
5
{
@@ -8,6 +7,6 @@ module.exports = [
8
7
sourceType: "script"
9
},
10
files: ["**/*.js"],
11
- ignores: ["**/.*", ".*/*"]
+ ignores: ["**/.*", ".*/*"],
12
}
13
];
0 commit comments