Skip to content

Commit

Permalink
Fix lit CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Oct 30, 2024
1 parent 7e8f43c commit 5fc09c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions templates/ui-frameworks/lit/web-app/ui/vite.config.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import checker from 'vite-plugin-checker';

export default defineConfig({
plugins: [
checker({
typescript: true,
eslint: {
lintCommand: 'eslint --ext .ts,.html . --ignore-path .gitignore',
},
}),
checker({ typescript: true }),
]
});
});

0 comments on commit 5fc09c3

Please sign in to comment.