Skip to content

Commit 2f2a82b

Browse files
author
Andy
authored
Move "space-before-function-paren" lint rule to list of rules waiting on a formatter (microsoft#19807)
1 parent b2b54cb commit 2f2a82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
"ordered-imports": false,
9797
"prefer-conditional-expression": false,
9898
"radix": false,
99-
"space-before-function-paren": false,
10099
"trailing-comma": false,
101100

102101
// These should be done automatically by a formatter. https://github.com/Microsoft/TypeScript/issues/18340
103102
"align": false,
104103
"eofline": false,
105104
"max-line-length": false,
106105
"no-consecutive-blank-lines": false,
106+
"space-before-function-paren": false,
107107

108108
// Not doing
109109
"ban-comma-operator": false,

0 commit comments

Comments
 (0)