refactor: remove compiler in favour of linter

This commit is contained in:
Carlos Valente
2025-06-28 08:11:09 +02:00
committed by Carlos Valente
parent aefa4cbf44
commit 310dde4465
4 changed files with 142 additions and 37 deletions
+2
View File
@@ -15,10 +15,12 @@
],
"plugins": [
"react",
"react-compiler",
"simple-import-sort",
"@tanstack/query"
],
"rules": {
"react-compiler/react-compiler": "warn",
"react/jsx-no-bind": [
"error",
{