fix: ignore .storybook folder

This commit is contained in:
NFish
2025-02-08 17:52:10 +08:00
parent 20bcb49932
commit 1a8a1a9574

View File

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