Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Preset: add disallowSpacesInsideTemplateStringPlaceholders to airbnb
Browse files Browse the repository at this point in the history
Even though code style does not explicitly say this, but such pattern
clearly shown in code examples
  • Loading branch information
markelog committed Feb 10, 2016
1 parent 0e00ce8 commit f8590fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presets/airbnb.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"disallowMultipleVarDecl": true,
"disallowSpaceBeforeComma": true,
"disallowSpaceBeforeSemicolon": true,
"disallowSpacesInsideTemplateStringPlaceholders": true,
"requireSpaceBeforeBlockStatements": true,
"requireParenthesesAroundIIFE": true,
"requireSpacesInAnonymousFunctionExpression": {
Expand Down

0 comments on commit f8590fd

Please sign in to comment.