aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/eslint-config-base/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/eslint-config-base/index.js b/packages/eslint-config-base/index.js
index bcd5f24..718f15e 100644
--- a/packages/eslint-config-base/index.js
+++ b/packages/eslint-config-base/index.js
@@ -50,7 +50,7 @@ module.exports = {
],
eqeqeq: "error",
"func-names": "off",
- "func-style": [ "error", "declaration" ],
+ "func-style": [ "error", "declaration", { allowArrowFunctions: true } ],
"id-length": "off",
"implicit-arrow-linebreak": [
"error",