This commit is contained in:
Robert 2024-02-14 11:10:35 +00:00
Родитель ed96cbb2c9
Коммит 93e6c53c8d
3 изменённых файлов: 6 добавлений и 20 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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