Skip to content

Commit 1634a70

Browse files
Trottitaloacasas
authored andcommittedJan 27, 2017
tools: remove custom align-function-arguments rule
ESLint `indent` rule now has options that duplicate functionality in our custom `align-function-arguments` rule. Remove `align-function-arguments` custom rule. PR-URL: #10561 Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sam Roberts <[email protected]>
1 parent f0de955 commit 1634a70

File tree

2 files changed

+0
-77
lines changed

2 files changed

+0
-77
lines changed
 

‎.eslintrc

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ rules:
120120
template-curly-spacing: 2
121121

122122
# Custom rules in tools/eslint-rules
123-
align-function-arguments: 2
124123
align-multiline-assignment: 2
125124
assert-fail-single-argument: 2
126125
assert-throws-arguments: [2, { requireTwo: false }]

‎tools/eslint-rules/align-function-arguments.js

-76
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.