Skip to content

Commit 52a3974

Browse files
committed
fix
1 parent e799e25 commit 52a3974

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/timeline-state-resolver/.eslintrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"@typescript-eslint/no-non-null-assertion": 0,
1010
"@typescript-eslint/ban-types": 0,
1111
"@typescript-eslint/ban-ts-comment": 0,
12-
"@typescript-eslint/no-namespace": 0
12+
"@typescript-eslint/no-namespace": 0,
13+
14+
"node/no-missing-import": ["error", {
15+
// Temporary issue, likely because the `node` plugin is rather outdated and doesnt correctly handle `exports` field in package.json
16+
// This will go away once the code-standard-preset is updated to a newer version
17+
"allowModules": ["kairos-connection"]
18+
}]
1319
}
1420
},
1521
{

0 commit comments

Comments
 (0)