mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
2525f86d88
* chore(quality): integrate shared offline CLI gate * chore(release): prepare v1.22.1 * docs(quality): record complete local gate and source provenance --------- Co-authored-by: Claude <noreply@anthropic.com>
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
|
|
"rules": {
|
|
"no-unused-vars": "warn",
|
|
"no-console": "off",
|
|
"no-debugger": "error",
|
|
"no-dupe-keys": "error"
|
|
},
|
|
"ignorePatterns": [
|
|
"dist",
|
|
"node_modules",
|
|
"src/generated"
|
|
]
|
|
}
|