We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bb346 commit 5e80332Copy full SHA for 5e80332
.changeset/pink-planes-grow.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-plugin-devup': patch
3
4
+
5
+Add ignore
src/configs/recommended.ts
@@ -36,6 +36,7 @@ export default [
36
'!vite.config.ts',
37
'!**/.storybook/**',
38
'**/__snapshots__/',
39
+ '**/.cache/',
40
],
41
},
42
...devupUiEslintPlugin.configs.recommended,
0 commit comments