Merge eslintrc files

This commit is contained in:
Robert
2024-02-14 11:10:35 +00:00
parent ed96cbb2c9
commit 93e6c53c8d
3 changed files with 6 additions and 20 deletions

View File

@@ -188,5 +188,11 @@ module.exports = {
"import/no-namespace": ["error", { ignore: ["react"] }],
},
},
{
files: ["test/**/*", "gulpfile.ts/**/*"],
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
},
],
};

View File

@@ -1,10 +0,0 @@
module.exports = {
overrides: [
{
files: ["*"],
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
},
],
};

View File

@@ -1,10 +0,0 @@
module.exports = {
overrides: [
{
files: ["*"],
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
},
],
};