Skip to content

Commit f1c221e

Browse files
authored
Bump typescript-eslint to 7.x (bluesky-social#6525)
* chore(deps-dev): bump typescript-eslint to 6.x * chore(deps-dev): switch to @react-native/eslint-config * chore(deps-dev): bump typescript-eslint to 7.x
1 parent 78e34c8 commit f1c221e

File tree

3 files changed

+198
-93
lines changed

3 files changed

+198
-93
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
root: true,
33
extends: [
4-
'@react-native-community',
4+
'@react-native',
55
'plugin:react/recommended',
66
'plugin:react/jsx-runtime',
77
'plugin:react-native-a11y/ios',

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"@lingui/cli": "^4.5.0",
215215
"@lingui/macro": "^4.5.0",
216216
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
217-
"@react-native-community/eslint-config": "^3.0.0",
217+
"@react-native/eslint-config": "^0.76.2",
218218
"@react-native/typescript-config": "^0.74.1",
219219
"@testing-library/jest-native": "^5.4.1",
220220
"@testing-library/react-native": "^11.5.2",
@@ -228,8 +228,8 @@
228228
"@types/react-dom": "^18.2.18",
229229
"@types/react-responsive": "^8.0.5",
230230
"@types/react-test-renderer": "^17.0.1",
231-
"@typescript-eslint/eslint-plugin": "^5.48.2",
232-
"@typescript-eslint/parser": "^5.48.2",
231+
"@typescript-eslint/eslint-plugin": "^7.18.0",
232+
"@typescript-eslint/parser": "^7.18.0",
233233
"babel-jest": "^29.7.0",
234234
"babel-plugin-macros": "^3.1.0",
235235
"babel-plugin-module-resolver": "^5.0.0",

0 commit comments

Comments
 (0)