@mui/internal-code-infra 0.0.3-canary.57 → 0.0.3-canary.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.3-canary.
|
|
3
|
+
"version": "0.0.3-canary.59",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"typescript-eslint": "^8.46.3",
|
|
105
105
|
"yargs": "^18.0.0",
|
|
106
106
|
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.13",
|
|
107
|
-
"@mui/internal-babel-plugin-
|
|
108
|
-
"@mui/internal-babel-plugin-
|
|
107
|
+
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.8",
|
|
108
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"@next/eslint-plugin-next": "*",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"publishConfig": {
|
|
143
143
|
"access": "public"
|
|
144
144
|
},
|
|
145
|
-
"gitSha": "
|
|
145
|
+
"gitSha": "10e8cb4bedfc16099843848eed21a5ecdfd39be3",
|
|
146
146
|
"scripts": {
|
|
147
147
|
"build": "tsc -p tsconfig.build.json",
|
|
148
148
|
"typescript": "tsc -p tsconfig.json",
|
|
@@ -432,7 +432,7 @@ export function createCoreConfig(options = {}) {
|
|
|
432
432
|
'react/forbid-prop-types': 'off', // Too strict, no time for that
|
|
433
433
|
'react/jsx-curly-brace-presence': 'off', // broken
|
|
434
434
|
// airbnb is using .jsx
|
|
435
|
-
'react/jsx-filename-extension': ['error', { extensions: ['.
|
|
435
|
+
'react/jsx-filename-extension': ['error', { extensions: ['.jsx', '.tsx'] }],
|
|
436
436
|
// Prefer <React.Fragment> over <>.
|
|
437
437
|
'react/jsx-fragments': ['error', 'element'],
|
|
438
438
|
// Enforces premature optimization
|