You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/mustache-curly-spacing.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Enforce spacing on the style of curly brackets. (curly-bracket-spacing)
1
+
# Enforce spacing on the style of mustache curly brackets. (mustache-curly-spacing)
2
2
3
3
-:wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule.
4
4
@@ -27,7 +27,7 @@ This rule aims to enforce unified spacing of curly brackets.
0 commit comments