Skip to content

Commit

Permalink
Change recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
croutonn committed Oct 21, 2020
1 parent ae98c27 commit 5de7dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
plugins: ["@croutonn"],
rules: {
"func-style": "off",
"@croutonn/func-style": ["error", "arrow", { topLevelStyle: "declaration" }]
"@croutonn/func-style": ["error", "arrow"]
}
};

0 comments on commit 5de7dfc

Please sign in to comment.