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 796a63b commit bd599ccCopy full SHA for bd599cc
eslint.config.mjs
@@ -13,6 +13,9 @@ import importPlugin from 'eslint-plugin-import';
13
import js from '@eslint/js';
14
15
export default [
16
+ {
17
+ ignores: ['**/node_modules/**', '**/out/**'],
18
+ },
19
// Base configuration for all files
20
{
21
ignores: ['**/node_modules/**', '**/out/**'],
0 commit comments