Added React compiler + eslint.config.ts cleanup (#633)

* Added react compiler

* Removed project field from eslint.config.js

* Cleaned up eslint.config.js

* Added comment
This commit is contained in:
yuri-sakharov
2025-12-06 17:16:04 +02:00
committed by GitHub
parent f2eb91bc02
commit f660411722
5 changed files with 23 additions and 10 deletions

View File

@@ -42,6 +42,7 @@
"@typescript-eslint/parser": "^8.48.0",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.22",
"babel-plugin-react-compiler": "^1.0.0",
"cypress": "^13.3.0",
"eslint": "^9.39.1",
"eslint-config-enpitech": "^1.0.17",
@@ -4199,6 +4200,16 @@
"npm": ">=6"
}
},
"node_modules/babel-plugin-react-compiler": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
"integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.26.0"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",