diff options
Diffstat (limited to 'src/rules')
-rw-r--r-- | src/rules/typescript/default.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 0b2fd46..c7cca94 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -22,7 +22,7 @@ "MemberExpression": 1, "ObjectExpression": 1, "SwitchCase": 1, - "VariableDeclarator": "first", + "VariableDeclarator": 1, "flatTernaryExpressions": true, "ignoreComments": false, "ignoredNodes": [], |