Skip to content

Commit

Permalink
#3 Fix precommit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Jan 17, 2024
1 parent 8410ca9 commit acd545e
Show file tree
Hide file tree
Showing 9 changed files with 292 additions and 287 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-mdx-gfm'
'@storybook/addon-mdx-gfm',
],
framework: {
name: '@storybook/vue3-vite',
Expand Down
2 changes: 1 addition & 1 deletion .storybook/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite';
import vue from '@vitejs/plugin-vue';
import { resolve } from 'path';
import { defineConfig } from 'vite';
import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite';

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
Binary file added OnroerendErfgoed-vue_component_library-v1.1.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions cypress/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
}
"types": ["cypress"],
},
}
Loading

0 comments on commit acd545e

Please sign in to comment.