mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-05 22:28:01 +08:00
chore: update plugins overrides
This commit is contained in:
parent
4c05dd8326
commit
63b63ffa9c
2 changed files with 20 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue