Initial commit
This commit is contained in:
11
packages/core-testing/eslint.config.js
Normal file
11
packages/core-testing/eslint.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import baseConfig from "@repo/core-eslint/base";
|
||||
|
||||
export default [
|
||||
...baseConfig,
|
||||
{
|
||||
rules: {
|
||||
// test utilities are intended to be used in test contexts
|
||||
"no-console": "off",
|
||||
},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user