Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | "disallowSpaceBeforePostfixUnaryOperators": true, | 15 | "disallowSpaceBeforePostfixUnaryOperators": true, |
16 | "disallowSpaceBeforeSemicolon": true, | 16 | "disallowSpaceBeforeSemicolon": true, |
17 | "disallowSpacesInCallExpression": true, | 17 | "disallowSpacesInCallExpression": true, |
18 | - "disallowSpacesInFunctionDeclaration": { | 18 | + "disallowSpacesInFunction": { |
19 | "beforeOpeningRoundBrace": true | 19 | "beforeOpeningRoundBrace": true |
20 | }, | 20 | }, |
21 | "disallowSpacesInsideArrayBrackets": true, | 21 | "disallowSpacesInsideArrayBrackets": true, |
-
Please register or login to post a comment