Skip to content

Commit 171b24b

Browse files
committed
Disable eslint rule enforcing default export
1 parent bc4a429 commit 171b24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"func-names": "off",
77
"space-before-function-paren": ["error", "never"],
88
"max-len": ["error", 120, 4],
9-
"no-unused-vars": ["error", {"argsIgnorePattern": "next"}]
9+
"no-unused-vars": ["error", {"argsIgnorePattern": "next"}],
10+
"import/prefer-default-export": "off"
1011
}
1112
}

0 commit comments

Comments
 (0)