mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 14:46:47 +08:00
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"extends": [
|
|
"../packages/oxlint-config/index.json"
|
|
// "@monkeytype/oxlint-config"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": ["__tests__/**"],
|
|
"plugins": ["jest", "vitest"],
|
|
"rules": {
|
|
"no-explicit-any": "allow",
|
|
"explicit-function-return-type": "off",
|
|
"ban-ts-comment": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|