/ concept-collection / matmul-bench
Sign in
concept-collection / matmul-bench
matmul-bench / .oxlintrc.json
9 lines · 343 BBlameHistoryRaw
1{
2 "$schema": "./node_modules/oxlint/configuration_schema.json",
3 "plugins": ["react", "typescript", "oxc"],
4 "ignorePatterns": ["public/matmul/matmul_*.js", "wasm/dist/**", "public/coi-serviceworker.js"],
5 "rules": {
6 "react/rules-of-hooks": "error",
7 "react/only-export-components": ["warn", { "allowConstantExport": true }]
8 }
9}
moveopenescclose