This commit is contained in:
16
backend/.oxlintrc.json
Normal file
16
backend/.oxlintrc.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"ignorePatterns": ["node_modules", "__migration__", "dist", ".turbo"],
|
||||
"extends": [
|
||||
"../packages/oxlint-config/index.jsonc",
|
||||
"../packages/oxlint-config/plugin.jsonc"
|
||||
// "@monkeytype/oxlint-config"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["src/**/*.ts"],
|
||||
"rules": {
|
||||
"import/no-cycle": "off" //todo: fix cycles and turn this on
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user