We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e799e25 commit 52a3974Copy full SHA for 52a3974
packages/timeline-state-resolver/.eslintrc.json
@@ -9,7 +9,13 @@
9
"@typescript-eslint/no-non-null-assertion": 0,
10
"@typescript-eslint/ban-types": 0,
11
"@typescript-eslint/ban-ts-comment": 0,
12
- "@typescript-eslint/no-namespace": 0
+ "@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
+ }]
19
}
20
},
21
{
0 commit comments