Skip to content

Commit 2097e0b

Browse files
committed
Tweak lint rules
1 parent bbaa4ce commit 2097e0b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ module.exports = {
3333
"no-fallthrough": ["error", { allowEmptyCase: true }],
3434
"@typescript-eslint/no-var-requires": ["off"],
3535
"@typescript-eslint/no-explicit-any": ["off"],
36+
// We need this for our `GraphileBuild`/`GraphileConfig`/etc namespaces
37+
"@typescript-eslint/no-namespace": "off",
3638
"@typescript-eslint/no-unused-vars": [
37-
"error",
39+
"warn",
3840
{
3941
argsIgnorePattern: "^_",
4042
varsIgnorePattern: "^_",

0 commit comments

Comments
 (0)