chore: ignore storybook files on biome (#15918)

This commit is contained in:
Bruno Quaresma
2024-12-18 14:11:11 +00:00
committed by GitHub
parent fe98644393
commit 02fd7582de
+2 -1
View File
@@ -7,7 +7,8 @@
"test-results/",
"e2e/**/*Generated.ts",
"src/api/*Generated.ts",
"pnpm-lock.yaml"
"pnpm-lock.yaml",
"storybook-static/"
]
},
"linter": {