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}