mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-21 23:01:42 +08:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"ignorePatterns": ["node_modules", "__migration__", "dist", ".turbo"],
|
|
"extends": [
|
|
"../packages/oxlint-config/index.jsonc"
|
|
// "@monkeytype/oxlint-config"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": ["src/**/*.ts"],
|
|
"rules": {
|
|
"import/no-cycle": "off" //todo: fix cycles and turn this on
|
|
}
|
|
}
|
|
]
|
|
}
|