Skip to content

Commit 6c105c0

Browse files
committed
fix: Reuse eslint common.config
1 parent 2f283dd commit 6c105c0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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)