Skip to content

Commit 95d651c

Browse files
committed
Don't lint config files
Don't lint config files
1 parent 7721624 commit 95d651c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/stencil-library/eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export default (tseslint.config(
3737
"eslint.config.ts",
3838
"stencil.config.ts",
3939
"storybook-static",
40-
"types"
40+
"types",
41+
"vite.config.ts",
4142
],
4243
},
4344
{

0 commit comments

Comments
 (0)