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 d339fde commit eedcc80Copy full SHA for eedcc80
1 file changed
eslint.config.js
@@ -13,7 +13,7 @@ export default [
13
...astroPlugin.configs.recommended,
14
...tsPlugin.configs.recommended,
15
{
16
- ignores: ['dist/', 'node_modules/', '.astro/', 'pnpm-lock.yaml'],
+ ignores: ['dist/', 'node_modules/', '.astro/', 'pnpm-lock.yaml', 'src/pages/whitepaper.astro'],
17
},
18
19
files: ['**/*.astro'],
0 commit comments