Files
shihaam d853d54a06
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s
init vite rewrite
2026-08-02 18:55:39 +05:00

9 lines
245 B
JSON

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