Skip to content
Merged
13 changes: 13 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"es2020": true
},
"ignorePatterns": ["dist", "src/client/**/*.gen.ts"],
"plugins": ["react", "react-hooks", "typescript"],
"rules": {
"no-console": ["warn", { "allow": ["warn", "error"] }],
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
Comment thread
gabrielseco marked this conversation as resolved.
}
71 changes: 0 additions & 71 deletions eslint.config.mjs

This file was deleted.

28 changes: 0 additions & 28 deletions example/eslint.config.js

This file was deleted.

Loading
Loading