.oxlintrc.json 231 B

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