Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chore: eslint-config-eslint enable comma-dangle functions: "never" (#…
  • Loading branch information
aladdin-add authored and not-an-aardvark committed Mar 6, 2019
1 parent 34a5382 commit 62fee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-eslint/default.yml
Expand Up @@ -13,7 +13,7 @@ rules:
camelcase: "error"
callback-return: ["error", ["cb", "callback", "next"]]
class-methods-use-this: "error"
comma-dangle: "error"
comma-dangle: ["error", { functions: "never" }]
comma-spacing: "error"
comma-style: ["error", "last"]
computed-property-spacing: "error"
Expand Down

0 comments on commit 62fee4a

Please sign in to comment.