We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949240f commit a4c81d9Copy full SHA for a4c81d9
2 files changed
app-auth/graphapponlytutorial/eslint.config.js
@@ -11,7 +11,7 @@ import header from '@tony.ganchev/eslint-plugin-header';
11
12
export default defineConfig(
13
{
14
- ignores: ['**/dist'],
+ ignores: ['**/build'],
15
},
16
tseslint.configs.recommended,
17
eslintPrettierRecommended,
user-auth/graphtutorial/eslint.config.js
0 commit comments