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 c705170 commit 2e59e93Copy full SHA for 2e59e93
eslint.config.mjs
@@ -31,6 +31,7 @@ export default defineConfig([
31
'.vscode',
32
'docs/',
33
'cli/',
34
+ 'expo-env.d.ts',
35
'*.config.js',
36
'lint-staged.config.js',
37
'i18next-syntax-validation.js',
@@ -95,7 +96,7 @@ export default defineConfig([
95
96
97
'import/prefer-default-export': 'off',
98
'import/no-cycle': ['error', { maxDepth: '∞' }],
- 'prettier/prettier': ['error', { ignores: ['expo-env.d.ts'] }],
99
+ 'prettier/prettier': 'error',
100
},
101
102
{
0 commit comments