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 a8e0e75 commit 75bc54dCopy full SHA for 75bc54d
.changeset/mighty-zoos-bake.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-plugin-devup': patch
3
4
+
5
+Add venv to ignore
src/configs/recommended.ts
@@ -32,6 +32,8 @@ export default [
32
'**/df/',
33
'**/coverage/',
34
'**/target/',
35
+ '**/venv/',
36
+ '**/.venv/',
37
],
38
},
39
...devupUiEslintPlugin.configs.recommended,
0 commit comments