We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4a429 commit 171b24bCopy full SHA for 171b24b
server/.eslintrc
@@ -6,6 +6,7 @@
6
"func-names": "off",
7
"space-before-function-paren": ["error", "never"],
8
"max-len": ["error", 120, 4],
9
- "no-unused-vars": ["error", {"argsIgnorePattern": "next"}]
+ "no-unused-vars": ["error", {"argsIgnorePattern": "next"}],
10
+ "import/prefer-default-export": "off"
11
}
12
0 commit comments