crmfrontend/.oxlintrc.json
vickytechkey 308a5ab9f5
All checks were successful
Production CI/CD Pipeline / build-and-test (push) Successful in 14s
Production CI/CD Pipeline / deploy-prod (push) Successful in 6s
Initial commit
2026-08-15 18:36:20 +05:30

8 lines
231 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["react", "oxc"],
"rules": {
"react/rules-of-hooks": "error",
"react/only-export-components": ["warn", { "allowConstantExport": true }]
}
}