11 lines
136 B
JSON
11 lines
136 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"files": ["convex/**/*.ts"],
|
|
"rules": {
|
|
"unicorn/filename-case": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|