diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-27 21:01:12 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-27 21:01:12 +0530 |
| commit | 29b898049d5322a5833b95d55f1d1a9e7dd94eaf (patch) | |
| tree | 96c0f2ca54470a05c7831b621941f87e4c2849f7 /react/03-clean/.oxlintrc.json | |
| parent | 54531d0087ec3c0982e8589e88f0981a0939764b (diff) | |
Added react/03-clean sample project
Diffstat (limited to 'react/03-clean/.oxlintrc.json')
| -rw-r--r-- | react/03-clean/.oxlintrc.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/react/03-clean/.oxlintrc.json b/react/03-clean/.oxlintrc.json new file mode 100644 index 0000000..1255078 --- /dev/null +++ b/react/03-clean/.oxlintrc.json @@ -0,0 +1,8 @@ +{ + "$schema": "./node_modules/oxlint/configuration_schema.json", + "plugins": ["react", "oxc"], + "rules": { + "react/rules-of-hooks": "error", + "react/only-export-components": ["warn", { "allowConstantExport": true }] + } +} |
