Skip to content

Commit

Permalink
fix(align-deps): migrate from @react-native-community/eslint-config (
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jan 12, 2024
1 parent 4a765e4 commit 8083856
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-toes-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rnx-kit/align-deps": patch
---

Tell users to migrate from `@react-native-community/eslint-config` to `@react-native/eslint-config`
6 changes: 6 additions & 0 deletions packages/align-deps/src/presets/banned.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ export const bannedPackages: ExcludedPackage[] = [
reason:
"This package was renamed to '@react-native-clipboard/clipboard' in 1.6.0. The new package is recommended in 0.64.",
},
{
name: "@react-native-community/eslint-config",
version: "*",
reason:
"As of 'react-native' 0.72, you should use '@react-native/eslint-config' instead. Alternatively, if you're looking for an ESLint 9.x compatible config, try '@rnx-kit/eslint-plugin'.",
},
{
name: "@react-native-community/masked-view",
version: "*",
Expand Down

0 comments on commit 8083856

Please sign in to comment.