Skip to content

Commit fcbf24e

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): ignore test folder when lint wc
1 parent 21a1463 commit fcbf24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ export default [
3232
},
3333
},
3434
{
35-
ignores: ['dist']
35+
ignores: ['dist', 'test']
3636
}
3737
];

0 commit comments

Comments
 (0)