fix: ignore .storybook folder

feat/classnames-sort
NFish 1 year ago
parent 20bcb49932
commit 1a8a1a9574

@ -43,7 +43,7 @@ const eslintConfig = [
}, },
}, },
{ {
ignores: ['node_modules/**', '.next/**', 'build/**', 'dist/**', 'out/**', 'public/**'], ignores: ['node_modules/**', '.next/**', '.storybook/**', 'build/**', 'dist/**', 'out/**', 'public/**'],
}, },
] ]

Loading…
Cancel
Save