@mui/internal-code-infra 0.0.3-canary.5 → 0.0.3-canary.6
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.6",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitSha": "
|
|
96
|
+
"gitSha": "b76c4e6f0a445cd70cf69bb4513802a108d24e2c",
|
|
97
97
|
"scripts": {
|
|
98
98
|
"typescript": "tsc -p tsconfig.json",
|
|
99
99
|
"test": "pnpm -w test --project @mui/internal-code-infra",
|
|
@@ -411,7 +411,10 @@ export function createCoreConfig(options = {}) {
|
|
|
411
411
|
'material-ui/no-styled-box': 'error',
|
|
412
412
|
'material-ui/straight-quotes': 'off',
|
|
413
413
|
|
|
414
|
-
'react-hooks/exhaustive-deps': [
|
|
414
|
+
'react-hooks/exhaustive-deps': [
|
|
415
|
+
'error',
|
|
416
|
+
{ additionalHooks: '(useEnhancedEffect|useIsoLayoutEffect)' },
|
|
417
|
+
],
|
|
415
418
|
'react-hooks/rules-of-hooks': 'error',
|
|
416
419
|
|
|
417
420
|
'react/default-props-match-prop-types': [
|