Skip to content

Commit 58f8bb2

Browse files
committed
fix: temporarily remove prettier warn
1 parent 05a3092 commit 58f8bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default tsEslint.config(
9191
rules: {
9292
...reactNativeRules,
9393
'no-undef': 'off',
94-
'prettier/prettier': 'warn',
94+
// 'prettier/prettier': 'warn',
9595
'array-callback-return': 2,
9696
'arrow-body-style': 2,
9797
'comma-dangle': 0,

0 commit comments

Comments
 (0)