Skip to content

Commit a88726d

Browse files
committed
Update app to use pnpm, fix issues to stop warning messages
1 parent c2007eb commit a88726d

10 files changed

+85
-16405
lines changed

.prettierrc

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
"trailingComma": "none",
55
"printWidth": 100,
66
"tabWidth": 4,
7-
"plugins": ["prettier-plugin-svelte"],
8-
"pluginSearchDirs": ["."],
7+
"plugins": [
8+
"prettier-plugin-svelte"
9+
],
10+
"pluginSearchDirs": [
11+
"."
12+
],
913
"overrides": [
1014
{
1115
"files": "*.svelte",
@@ -14,4 +18,4 @@
1418
}
1519
}
1620
]
17-
}
21+
}

.storybook/main.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ const config: StorybookConfig = {
44
addons: [
55
'@storybook/addon-links',
66
'@storybook/addon-essentials',
7-
'@storybook/addon-interactions',
8-
'@storybook/addon-mdx-gfm'
7+
'@storybook/addon-interactions'
98
],
109
framework: {
1110
name: '@storybook/sveltekit',

0 commit comments

Comments
 (0)