/ concept-collection / mdshare
Sign in
concept-collection / mdshare
mdshare / .oxlintrc.json
8 lines · 245 BBlameHistoryRaw
1{
2 "$schema": "./node_modules/oxlint/configuration_schema.json",
3 "plugins": ["react", "typescript", "oxc"],
4 "rules": {
5 "react/rules-of-hooks": "error",
6 "react/only-export-components": ["warn", { "allowConstantExport": true }]
7 }
8}
moveopenescclose