Skip to content

Commit 6dd5d40

Browse files
committed
fix: Reuse eslint common.config
1 parent cc9cf13 commit 6dd5d40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)