Skip to content

Commit

Permalink
Apply code formatting and fixable ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jleifeld authored and github-actions[bot] committed Jan 15, 2025
1 parent e15a22d commit e20cc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/component-library/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default defineConfig({
"src/**/*.vue",
"src/**/*.ts",
"src/**/*.js",
"src/**/*.json"
"src/**/*.json",
],
"exclude": ["node_modules", "**/*.stories.ts", "**/*.spec.ts", "**/*.spec.js"],
exclude: ["node_modules", "**/*.stories.ts", "**/*.spec.ts", "**/*.spec.js"],
}),
],
resolve: {
Expand Down

0 comments on commit e20cc6d

Please sign in to comment.