Skip to content

Commit eedcc80

Browse files
committed
excluding whitepaper from linter
1 parent d339fde commit eedcc80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default [
1313
...astroPlugin.configs.recommended,
1414
...tsPlugin.configs.recommended,
1515
{
16-
ignores: ['dist/', 'node_modules/', '.astro/', 'pnpm-lock.yaml'],
16+
ignores: ['dist/', 'node_modules/', '.astro/', 'pnpm-lock.yaml', 'src/pages/whitepaper.astro'],
1717
},
1818
{
1919
files: ['**/*.astro'],

0 commit comments

Comments
 (0)