Skip to content

Commit 58f7f6b

Browse files
authored
fix: lint
1 parent c28b741 commit 58f7f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default tseslint.config(
1212
plugins: { nodePlugin },
1313
extends: [nodePlugin.configs['flat/recommended-module']],
1414
rules: {
15-
'n/no-unsupported-features/node-builtins': ['error', { ignores: ['fetch'] }],
15+
'n/no-unsupported-features/node-builtins': ['error', { ignores: ['fetch', 'import.meta.dirname'] }],
1616
'n/no-missing-import': 'off',
1717
},
1818
},
@@ -83,5 +83,5 @@ export default tseslint.config(
8383
},
8484
},
8585
{ files: ['**/*.js'], ...tseslint.configs.disableTypeChecked },
86-
{ ignores: ['**/dist/', 'packages/api/tests/*', 'packages/web/.astro/*'] }
86+
{ ignores: ['**/dist/', 'packages/api/tests/*', 'packages/web/'] }
8787
);

0 commit comments

Comments
 (0)