8a92adcInitial commit: mesh-studio POC (OpenCASCADE.js + three.js, NURBS extraction)Jeremy Magland 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}