We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ea758 commit 91e376aCopy full SHA for 91e376a
package/eslint.config.mjs
@@ -89,7 +89,7 @@ export default tsEslint.config(
89
rules: {
90
...reactNativeRules,
91
'no-undef': 'off',
92
- 'prettier/prettier': 'warn',
+ // 'prettier/prettier': 'warn',
93
'array-callback-return': 2,
94
'arrow-body-style': 2,
95
'comma-dangle': 0,
0 commit comments