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
|[vue/arrow-spacing](./arrow-spacing.md)| enforce consistent spacing before and after the arrow in arrow functions |:wrench:|
144
144
|[vue/block-spacing](./block-spacing.md)| disallow or enforce spaces inside of blocks after opening block and before closing block |:wrench:|
145
+
|[vue/brace-style](./brace-style.md)| enforce consistent brace style for blocks |:wrench:|
145
146
|[vue/component-name-in-template-casing](./component-name-in-template-casing.md)| enforce specific casing for the component naming style in template |:wrench:|
146
147
|[vue/eqeqeq](./eqeqeq.md)| require the use of `===` and `!==`|:wrench:|
147
148
|[vue/key-spacing](./key-spacing.md)| enforce consistent spacing between keys and values in object literal properties |:wrench:|
description: enforce consistent brace style for blocks
6
+
---
7
+
# vue/brace-style
8
+
> enforce consistent brace style for blocks
9
+
10
+
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
11
+
12
+
This rule is the same rule as core [brace-style] rule but it applies to the expressions in `<template>`.
0 commit comments