From 5de7dfc07827254f091739aa8abd260846100581 Mon Sep 17 00:00:00 2001 From: croutonn Date: Wed, 21 Oct 2020 21:34:31 +0900 Subject: [PATCH] Change recommended --- lib/configs/recommended.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configs/recommended.js b/lib/configs/recommended.js index db44ad4..3535ac9 100644 --- a/lib/configs/recommended.js +++ b/lib/configs/recommended.js @@ -4,6 +4,6 @@ module.exports = { plugins: ["@croutonn"], rules: { "func-style": "off", - "@croutonn/func-style": ["error", "arrow", { topLevelStyle: "declaration" }] + "@croutonn/func-style": ["error", "arrow"] } };