Commit 5e87545
committed
fix: upgrade prettier to ^3.0.0 to resolve ESLint plugin compatibility
Issue #919: Doesn't work with NPM
The template was using prettier@^2.8.8 but eslint-plugin-prettier@^5.5.4
requires prettier >= 3.0.0, causing npm install to fail with peer
dependency conflicts.
This change upgrades prettier to ^3.0.0 to ensure compatibility with
the latest eslint-plugin-prettier.1 parent f3868e6 commit 5e87545
File tree
1 file changed
+1
-1
lines changed- packages/create-react-native-library/src/utils
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments