|
1 | 1 | # enforce self-closing style (vue/html-self-closing)
|
2 | 2 |
|
3 | 3 | - :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
|
4 | | -- :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 | +- :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. |
5 | 5 |
|
6 | 6 | In Vue.js template, we can use either two styles for elements which don't have their content.
|
7 | 7 |
|
|
0 commit comments