migrate to vitest/eslint-plugin

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-26 23:08:57 +01:00
parent 14b5eee617
commit 3692a3c56f
7 changed files with 160 additions and 19 deletions

View File

@@ -7,10 +7,7 @@
},
"include": [
"src/**/*.ts",
"__tests__/**/*.ts"
],
"exclude": [
"lib",
"node_modules"
"__tests__/**/*.ts",
"__mocks__/**/*.ts"
]
}