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"] } };