blob: 1255078235d0ce4e80ac34866d5ce2af89aa6220 (
plain)
1
2
3
4
5
6
7
8
|
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["react", "oxc"],
"rules": {
"react/rules-of-hooks": "error",
"react/only-export-components": ["warn", { "allowConstantExport": true }]
}
}
|