Skip to content

Commit bd599cc

Browse files
committed
fix for out linting
1 parent 796a63b commit bd599cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import importPlugin from 'eslint-plugin-import';
1313
import js from '@eslint/js';
1414

1515
export default [
16+
{
17+
ignores: ['**/node_modules/**', '**/out/**'],
18+
},
1619
// Base configuration for all files
1720
{
1821
ignores: ['**/node_modules/**', '**/out/**'],

0 commit comments

Comments
 (0)