Skip to content

Commit

Permalink
tools: remove custom align-function-arguments rule
Browse files Browse the repository at this point in the history
ESLint `indent` rule now has options that duplicate functionality in our
custom `align-function-arguments` rule. Remove
`align-function-arguments` custom rule.
  • Loading branch information
Trott committed Jan 6, 2017
1 parent c5e4786 commit de34bd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ rules:
template-curly-spacing: 2

# Custom rules in tools/eslint-rules
align-function-arguments: 2
align-multiline-assignment: 2
assert-fail-single-argument: 2
assert-throws-arguments: [2, { requireTwo: false }]
Expand Down
76 changes: 0 additions & 76 deletions tools/eslint-rules/align-function-arguments.js

This file was deleted.

0 comments on commit de34bd5

Please sign in to comment.