Skip to content

Commit 0d2d2fc

Browse files
committed
ignore out for linting
1 parent 55bb3fa commit 0d2d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import js from '@eslint/js';
88
export default [
99
{
1010
// Base JS recommended config
11-
ignores: ['**/node_modules/**'],
11+
ignores: ['**/node_modules/**', '**/out/**'],
1212
linterOptions: {
1313
reportUnusedDisableDirectives: 'off',
1414
},

0 commit comments

Comments
 (0)