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 4ee7997 commit d56309aCopy full SHA for d56309a
eslint.config.mjs
@@ -37,12 +37,14 @@ export default [
37
"import/no-default-export": "error",
38
"no-await-in-loop": "off",
39
"@typescript-eslint/no-namespace": "off",
40
+ //"@typescript-eslint/consistent-type-definitions": "off",
41
+
42
},
43
44
{
45
files: [
- "./packages/clients/src/scw/**/*.ts",
- "./packages/clients/src/internal/**/*.ts",
46
+ "packages/clients/src/scw/**/*.ts",
47
+ "packages/clients/src/internal/**/*.ts",
48
],
49
rules: {
50
"@typescript-eslint/consistent-type-definitions": "off",
0 commit comments