Skip to content

Commit d56309a

Browse files
committed
chore: migrate to eslint9
1 parent 4ee7997 commit d56309a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eslint.config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ export default [
3737
"import/no-default-export": "error",
3838
"no-await-in-loop": "off",
3939
"@typescript-eslint/no-namespace": "off",
40+
//"@typescript-eslint/consistent-type-definitions": "off",
41+
4042
},
4143
},
4244
{
4345
files: [
44-
"./packages/clients/src/scw/**/*.ts",
45-
"./packages/clients/src/internal/**/*.ts",
46+
"packages/clients/src/scw/**/*.ts",
47+
"packages/clients/src/internal/**/*.ts",
4648
],
4749
rules: {
4850
"@typescript-eslint/consistent-type-definitions": "off",

0 commit comments

Comments
 (0)