Skip to content

Commit 91e376a

Browse files
committed
fix: remove rule again
1 parent 98ea758 commit 91e376a

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
@@ -89,7 +89,7 @@ export default tsEslint.config(
8989
rules: {
9090
...reactNativeRules,
9191
'no-undef': 'off',
92-
'prettier/prettier': 'warn',
92+
// 'prettier/prettier': 'warn',
9393
'array-callback-return': 2,
9494
'arrow-body-style': 2,
9595
'comma-dangle': 0,

0 commit comments

Comments
 (0)