chore: update plugins overrides

This commit is contained in:
Miodec 2025-06-14 15:33:52 +02:00
parent 4c05dd8326
commit 63b63ffa9c
2 changed files with 20 additions and 1 deletions

View file

@ -6,7 +6,16 @@
"overrides": [
{
"files": ["__tests__/**"],
"plugins": ["jest", "vitest"],
"plugins": [
"typescript",
"unicorn",
"oxc",
"import",
"node",
"promise",
"jest",
"vitest"
],
"rules": {
"no-explicit-any": "allow",
"explicit-function-return-type": "off",

View file

@ -6,6 +6,16 @@
"overrides": [
{
"files": ["__tests__/**/*.ts"],
"plugins": [
"typescript",
"unicorn",
"oxc",
"import",
"node",
"promise",
"jest",
"vitest"
],
"rules": {
"no-explicit-any": "allow",
"explicit-function-return-type": "off",