#534 Broke documentation formating
See original GitHub issueWhat did you expect to happen?
This rule requires default value to be set for each props that are not marked as `required` (except `Boolean` props).
<eslint-code-block :rules="{'vue/require-default-prop': ['error']}">
```
<script>
What actually happened?
This rule requires default value to be set for each props that are not marked as `required` (except `Boolean` props).
<eslint-code-block :rules="{'vue/require-default-prop': ['error']}">
```
<script>
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Moving lines with alt + arrow breaks indentation and formatting
Now use the arrow + up/down key to move any line, the formatting seems to be broken, the line is not indented to...
Read more >Use section breaks to layout or format a document
To change formatting in a document, insert a section break at the beginning of where you want the change. Set up the formatting...
Read more >HP printer with USB cannot print after Windows 10 update ...
1. Search Windows for and open Printers & scanners. 2. Check for a duplicate instance of your printer in the list, such as...
Read more >Formatting your documentation content - Apple Developer
Format text in bold, italics, and code voice. DocC provides three ways to format the text in your documentation. You can apply bold...
Read more >ucsd my extension
If you need assistance after hours, call (858) 534-3300 and select the option "After Hours Advice" to speak with a …. i broke...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

Any progress being made on this? All examples in the Github repo appears to be broken, and the
vue uiESLint configuration page with the “More info” links are pointing directly to the github repo, so everyone is seeing broken formatting when they click the links.If no one is going to fix it then at least link to the vuejs.github.io site that has proper formatting.
yes you are correct :>