Skip to content

Commit 4c9ddac

Browse files
committed
allow direct imports of Vite
1 parent cacd0f5 commit 4c9ddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"local-rules/enforce-umbraco-external-imports": [
5353
"error",
5454
{
55-
"exceptions": ["@umbraco-cms", "@open-wc/testing", "@storybook", "msw", "."]
55+
"exceptions": ["@umbraco-cms", "@open-wc/testing", "@storybook", "msw", ".", "vite"]
5656
}
5757
],
5858
"local-rules/exported-string-constant-naming": [

0 commit comments

Comments
 (0)