mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-26 00:25:43 +08:00
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"extends": [
|
|
"../packages/oxlint-config/index.json"
|
|
// "@monkeytype/oxlint-config"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": ["__tests__/**/*.ts"],
|
|
"rules": {
|
|
"no-explicit-any": "allow",
|
|
"explicit-function-return-type": "off",
|
|
"no-array-for-each": "off",
|
|
"eqeqeq": "off",
|
|
"ban-ts-comment": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|