|
100 | 100 | "ajv-formats": "^3.0.1",
|
101 | 101 | "babel-jest": "^29.6.1",
|
102 | 102 | "babel-loader": "^9.2.1",
|
| 103 | + "babel-plugin-react-compiler": "0.0.0-experimental-63cca73-20250106", |
103 | 104 | "babel-plugin-styled-components": "^2.1.4",
|
104 | 105 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
105 | 106 | "browserslist": "^4.24.4",
|
|
124 | 125 | "eslint-plugin-oxlint": "^0.15.5",
|
125 | 126 | "eslint-plugin-prettier": "^5.2.1",
|
126 | 127 | "eslint-plugin-react": "^7.37.3",
|
| 128 | + "eslint-plugin-react-compiler": "0.0.0-experimental-63cca73-20250106", |
127 | 129 | "eslint-plugin-react-hooks": "^5.1.0",
|
128 | 130 | "eslint-plugin-security": "^3.0.1",
|
129 | 131 | "eslint-plugin-styled-components-a11y": "^2.2.0",
|
|
159 | 161 | "postcss-syntax": "^0.36.2",
|
160 | 162 | "prettier": "^3.4.2",
|
161 | 163 | "puppeteer": "^23.11.1",
|
| 164 | + "react-compiler-runtime": "0.0.0-experimental-63cca73-20250106", |
162 | 165 | "react-refresh": "^0.16.0",
|
163 | 166 | "react-test-renderer": "^17.0.2",
|
164 | 167 | "rollup": "^2.79.2",
|
|
221 | 224 | "lint:css:js:fix": "stylelint \"**/*.js\" --fix",
|
222 | 225 | "lint:css:css": "stylelint \"**/*.css\"",
|
223 | 226 | "lint:css:css:fix": "stylelint \"**/*.css\" --fix",
|
224 |
| - "lint:js": "oxlint && eslint .", |
225 |
| - "lint:js:fix": "oxlint --fix && eslint --fix .", |
226 |
| - "lint:js:report": "oxlint && eslint --output-file build/lint-js-report.json --format json .", |
| 227 | + "lint:js": "oxlint -c=.oxlintrc.json --tsconfig=tsconfig.json --ignore-pattern=@types --react-perf-plugin && eslint .", |
| 228 | + "lint:js:fix": "oxlint --fix -c=.oxlintrc.json --tsconfig=tsconfig.json --ignore-pattern=@types --react-perf-plugin && eslint --fix .", |
| 229 | + "lint:js:report": "oxlint -c=.oxlintrc.json --tsconfig=tsconfig.json --ignore-pattern=@types --react-perf-plugin && eslint --output-file build/lint-js-report.json --format json .", |
227 | 230 | "lint:package-json": "npmPkgJsonLint .",
|
228 | 231 | "lint:php": "composer phpcs",
|
229 | 232 | "lint:php:fix": "composer phpcbf",
|
|
0 commit comments