We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f283dd commit 6c105c0Copy full SHA for 6c105c0
1 file changed
lib/shrinkwrap-extractor/eslint.config.js
@@ -0,0 +1,10 @@
1
+import commonConfig from "../../eslint.common.config.js";
2
+
3
+export default [
4
+ ...commonConfig,
5
+ {
6
+ rules: {
7
+ "no-console": "off" // Allow console output in CLI tools
8
+ }
9
10
+];
0 commit comments