Skip to content

Commit eaac64a

Browse files
authored
[code-infra] Setup eslint compat plugin (#20105)
1 parent a89c5c7 commit eaac64a

File tree

4 files changed

+38
-8
lines changed

4 files changed

+38
-8
lines changed

.browserslistrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ ios_saf 15.6-15.8
4242
ios_saf 15.5
4343
ios_saf 15.4
4444
kaios 3.0-3.1
45-
kaios 2.5
46-
op_mini all
4745
op_mob 80
4846
opera 108
4947
opera 107

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export default defineConfig(
200200
paths: ['@testing-library/react', 'test/utils/index'],
201201
},
202202
],
203+
'compat/compat': 'off',
203204
},
204205
},
205206

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@inquirer/prompts": "^7.9.0",
7373
"@mui/internal-babel-plugin-display-name": "^1.0.4-canary.7",
7474
"@mui/internal-bundle-size-checker": "^1.0.9-canary.52",
75-
"@mui/internal-code-infra": "^0.0.3-canary.36",
75+
"@mui/internal-code-infra": "^0.0.3-canary.37",
7676
"@mui/internal-markdown": "^2.0.11",
7777
"@mui/internal-netlify-cache": "^0.0.2-canary.1",
7878
"@mui/internal-test-utils": "catalog:",

pnpm-lock.yaml

Lines changed: 36 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)