Skip to content

Commit

Permalink
Chore: enable for-direction rule on ESLint codebase (#8853)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored and not-an-aardvark committed Jul 2, 2017
1 parent e0d1a84 commit 60099ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-eslint/default.yml
Expand Up @@ -23,6 +23,7 @@ rules:
dot-notation: ["error", { allowKeywords: true }]
eol-last: "error"
eqeqeq: "error"
for-direction: "error"
func-call-spacing: "error"
func-style: ["error", "declaration"]
generator-star-spacing: "error"
Expand Down

0 comments on commit 60099ed

Please sign in to comment.