🔧 This rule is automatically fixable by the --fix CLI option.
Enforces consistent linebreak style in templates.
This is a stylistic rule that is disabled by default.
This rule enforces consistent linebreak style (LF or CRLF) in templates.
Examples of correct code for this rule:
<template>
<div>Content</div>
</template>