bump
This commit is contained in:
31
config.oxlintrc.json
Normal file
31
config.oxlintrc.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"plugins": [
|
||||
"eslint",
|
||||
"import",
|
||||
"node",
|
||||
"oxc",
|
||||
"promise",
|
||||
"typescript",
|
||||
"unicorn"
|
||||
],
|
||||
"categories": {
|
||||
"correctness": "warn",
|
||||
"suspicious": "error",
|
||||
"perf": "error"
|
||||
},
|
||||
"rules": {
|
||||
"unicorn/require-module-specifiers": "off",
|
||||
|
||||
"eslint/no-restricted-imports": [
|
||||
"error",
|
||||
{
|
||||
"paths": [
|
||||
{
|
||||
"name": "zod",
|
||||
"message": "Use `zod/v4` (legacy `zod` import is disallowed)."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user