mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Move "space-before-function-paren" lint rule to list of rules waiting on a formatter (#19807)
This commit is contained in:
@@ -96,7 +96,6 @@
|
||||
"ordered-imports": false,
|
||||
"prefer-conditional-expression": false,
|
||||
"radix": false,
|
||||
"space-before-function-paren": false,
|
||||
"trailing-comma": false,
|
||||
|
||||
// These should be done automatically by a formatter. https://github.com/Microsoft/TypeScript/issues/18340
|
||||
@@ -104,6 +103,7 @@
|
||||
"eofline": false,
|
||||
"max-line-length": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"space-before-function-paren": false,
|
||||
|
||||
// Not doing
|
||||
"ban-comma-operator": false,
|
||||
|
||||
Reference in New Issue
Block a user