Skip to content

Commit 8b8de4e

Browse files
committed
chore: 이그노어 파일 설정 수정
1 parent 1a47986 commit 8b8de4e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ import storybook from 'eslint-plugin-storybook';
1212

1313
export default [
1414
{
15-
ignores: ['dist', 'node_modules', '.yarn', '.pnp.*', '*.config.js', 'storybook-static'],
15+
ignores: [
16+
'dist',
17+
'build',
18+
'node_modules',
19+
'.yarn',
20+
'.pnp.*',
21+
'*.config.js',
22+
'storybook-static',
23+
],
1624
},
1725
js.configs.recommended,
1826
...tseslint.configs.recommended,

0 commit comments

Comments
 (0)