Skip to content

Spacing in curly brackets #150

Closed
Closed
@privatenumber

Description

@privatenumber

Please describe what the rule should do:
Enforce spacing on the style of curly brackets

What category of rule is this? (place an "X" next to just one item)

[x] Enforces code style
[ ] Warns about a potential error
[ ] Suggests an alternate way of doing something
[ ] Other (please specify:)

Provide 2-3 code examples that this rule will warn about:

<template>
     <div>
          {{text}}
     </div>
</template>
<template>
     <div>
          {{ text }}
     </div>
</template>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions