question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v1.15.2 with Vue project wants to alter the format against rules defined for eslint-plugin-vue

See original GitHub issue

Our company has stringently defined rules for our very large Vue project (a medical journaling system). We follow the official style guide for Vue-specific code and implement priority A, B and C guidelines. Our rules are defined with Eslint and use eslint-plugin-vue to enforce them. We love (or accept as individual developers 😃 ) Prettier as a standard for formatting our plain old javascript code (some in .js files and some in .vue script sections). Things have been working great until v1.15.x, at which point we have hundreds or errors where Prettier wants to reformat our Single File Components (specifically the template section), all this is highly integrated with WebStorm (our company wide IDE). We have pinned prettier to v1.14.3, as the last version that works per our definitions. The code is private, so I am unable to post much of it here. We want to continue with Prettier, but the latest releases (v1.15.x) no longer fit the project. Given some time I hope to be able to supply some snippets of the problems, the best I can do right now is to show you a report from a run of part of the project. Our rule definitions are openly available at https://github.com/ProReNata/eslint-config-vue

ESLint errors
  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····tabindex="-1"⏎····class="byxelkrok-component"⏎····@keydown="onKeydown"⏎··` with `·tabindex="-1"·class="byxelkrok-component"·@keydown="onKeydown"`                                                                                                                                                                                                                                                                              
  Modules/Base/Components/ActionMenu/ActionMenu.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-show="!userLocked"⏎······:style="menuPosition"⏎······class="byx-action-menu"⏎····` with `·v-show="!userLocked"·:style="menuPosition"·class="byx-action-menu"`                                                                                                                                                                                                                                                              
  Modules/Base/Components/ActionMenu/ActionMenu.vue:7:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········{{·title·}}⏎······` with `{{·title·}}`                                                                                                                                                                                                                                                                                                                                                                                     
  Modules/Base/Components/ActionMenu/ActionMenu.vue:12:24
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="header.length"⏎········@click="closeMenu"⏎······` with `·v-if="header.length"·@click="closeMenu"`                                                                                                                                                                                                                                                                                                                    
  Modules/Base/Components/ActionMenu/ActionMenu.vue:22:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-for="(field,·i)·in·header"⏎··········:key="i"⏎········` with `·v-for="(field,·i)·in·header"·:key="i"`                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/ActionMenu/ActionMenu.vue:26:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············v-if="field.config.useResourceValue·===·true"⏎············:key="field.config.name"⏎············:field="field"⏎··········` with `·v-if="field.config.useResourceValue·===·true"·:key="field.config.name"·:field="field"`                                                                                                                                                                                                
  Modules/Base/Components/ActionMenu/ActionMenu.vue:30:34
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············v-else⏎············:key="field.config.name"⏎············:field="field"⏎··········>⏎·········` with `·v-else·:key="field.config.name"·:field="field">`                                                                                                                                                                                                                                                                  
  Modules/Base/Components/ActionMenu/ActionMenu.vue:36:33
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········ref="goBackButtons"⏎········class="byx-menu-buttons"⏎······` with `·ref="goBackButtons"·class="byx-menu-buttons"`                                                                                                                                                                                                                                                                                                          
  Modules/Base/Components/ActionMenu/ActionMenu.vue:44:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········:style="goBackStyle"⏎··········class="byx-menu-go-back"⏎··········@click="onGoBackClick"⏎········` with `·:style="goBackStyle"·class="byx-menu-go-back"·@click="onGoBackClick"`                                                                                                                                                                                                                                          
  Modules/Base/Components/ActionMenu/ActionMenu.vue:48:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········</span>⏎·········` with `·</span>`                                                                                                                                                                                                                                                                                                                                                                                       
  Modules/Base/Components/ActionMenu/ActionMenu.vue:53:57
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········ref="scroller"⏎··········:style="menuStyles"⏎··········class="byx-menu-buttons-scroller"⏎········` with `·ref="scroller"·:style="menuStyles"·class="byx-menu-buttons-scroller"`                                                                                                                                                                                                                                          
  Modules/Base/Components/ActionMenu/ActionMenu.vue:58:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············v-for="(button,·i)·in·navigator"⏎············:key="i"⏎············:buttons="button.buttons·||·[]"⏎············@on-button-click="onButtonClick"⏎··········` with `·v-for="(button,·i)·in·navigator"·:key="i"·:buttons="button.buttons·||·[]"·@on-button-click="onButtonClick"`                                                                                                                                          
  Modules/Base/Components/ActionMenu/ActionMenu.vue:63:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······class="byx-button-menu-overlay"⏎······@click="closeMenu"⏎····>⏎····` with `·class="byx-button-menu-overlay"·@click="closeMenu">`                                                                                                                                                                                                                                                                                             
  Modules/Base/Components/ActionMenu/ActionMenu.vue:73:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-for="(button,·i)·in·buttons"⏎······:key="i"⏎······@click="onButtonClick(button)"⏎····` with `·v-for="(button,·i)·in·buttons"·:key="i"·@click="onButtonClick(button);"`                                                                                                                                                                                                                                                     
  Modules/Base/Components/ActionMenu/SubMenu.vue:3:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="button.buttons"⏎··········class="byx-button-extra-icon·otb-icon16·fugue-navigation"⏎········>⏎·······` with `·v-if="button.buttons"·class="byx-button-extra-icon·otb-icon16·fugue-navigation">`                                                                                                                                                                                                                    
  Modules/Base/Components/ActionMenu/SubMenu.vue:9:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····{{·userName·}}⏎··` with `{{·userName·}}`                                                                                                                                                                                                                                                                                                                                                                                       
  Modules/Base/Components/AsyncUserName.vue:2:35
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Base/Components/AsyncUserName.vue:47:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········ref="dropdownButton"⏎········:disabled="disabled"⏎········:title="title·||·label"⏎········class="byx-button"⏎········@click="toggleDropdownOpen"⏎······` with `·ref="dropdownButton"·:disabled="disabled"·:title="title·||·label"·class="byx-button"·@click="toggleDropdownOpen"`                                                                                                                                          
  Modules/Base/Components/Button.vue:12:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="value.iconName"⏎··········:class="'otb-icon16·'·+·value.iconName"⏎··········:loading="loading"⏎········>⏎·······` with `·v-if="value.iconName"·:class="'otb-icon16·'·+·value.iconName"·:loading="loading">`                                                                                                                                                                                                        
  Modules/Base/Components/Button.vue:19:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·······`                                                                                                                                                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Button.vue:37:58
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········slot="list"⏎········ref="dropdownMenuElement"⏎······` with `·slot="list"·ref="dropdownMenuElement"`                                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Button.vue:40:21
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Base/Components/Button.vue:52:67
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············v-if="dropdownItem.iconName"⏎··············:class="'otb-icon16·'·+·dropdownItem.iconName"⏎············>⏎···········` with `·v-if="dropdownItem.iconName"·:class="'otb-icon16·'·+·dropdownItem.iconName">`                                                                                                                                                                                                            
  Modules/Base/Components/Button.vue:54:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············{{·getLabel(dropdownItem.label,·dropdownItem.action,·dropdownItem.name)·}}⏎···········` with `·{{·getLabel(dropdownItem.label,·dropdownItem.action,·dropdownItem.name)·}}`                                                                                                                                                                                                                                           
  Modules/Base/Components/Button.vue:59:48
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-else⏎······:disabled="disabled"⏎······:title="title·||·label"⏎······class="byx-button"⏎······@click="onButtonClick"⏎····` with `·v-else·:disabled="disabled"·:title="title·||·label"·class="byx-button"·@click="onButtonClick"`                                                                                                                                                                                            
  Modules/Base/Components/Button.vue:68:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="value.iconName"⏎········:class="'otb-icon16·'·+·value.iconName"⏎········:loading="loading"⏎······>⏎·····` with `·v-if="value.iconName"·:class="'otb-icon16·'·+·value.iconName"·:loading="loading">`                                                                                                                                                                                                                  
  Modules/Base/Components/Button.vue:75:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········{{·translatedQuestion·}}⏎······` with `{{·translatedQuestion·}}`                                                                                                                                                                                                                                                                                                                                                           
  Modules/Base/Components/ConfirmDialog.vue:12:47
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····v-show="!userLocked"⏎····class="byxelkrok-component"⏎··` with `·v-show="!userLocked"·class="byxelkrok-component"`                                                                                                                                                                                                                                                                                                              
  Modules/Base/Components/Dialog.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:style="dimensions"⏎······:class="wrapperClasses"⏎······@keydown.capture="onKeydown"⏎····` with `·:style="dimensions"·:class="wrapperClasses"·@keydown.capture="onKeydown"`                                                                                                                                                                                                                                                  
  Modules/Base/Components/Dialog.vue:6:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········ref="content"⏎········class="byx-dialog-content"⏎······` with `·ref="content"·class="byx-dialog-content"`                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Dialog.vue:11:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············<i⏎··············v-if="iconName"⏎··············:class="'otb-icon16·'·+·iconName"⏎············>⏎············</i>{{·dialogTitle·}}⏎··········` with `<i·v-if="iconName"·:class="'otb-icon16·'·+·iconName">·</i>{{·dialogTitle·}}`                                                                                                                                                                                        
  Modules/Base/Components/Dialog.vue:22:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:title="i18n.close_1"⏎············class="byx-dialog-close·otb-icon16·fugue-cross"⏎············@click="onCloseButtonClick"⏎··········>⏎·········` with `·:title="i18n.close_1"·class="byx-dialog-close·otb-icon16·fugue-cross"·@click="onCloseButtonClick">`                                                                                                                                                            
  Modules/Base/Components/Dialog.vue:29:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········<slot·name="body">⏎··········</slot>⏎········` with `<slot·name="body">·</slot>`                                                                                                                                                                                                                                                                                                                                         
  Modules/Base/Components/Dialog.vue:36:38
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="byx-dialog-footer"⏎········` with `·class="byx-dialog-footer"`                                                                                                                                                                                                                                                                                                                                                    
  Modules/Base/Components/Dialog.vue:40:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·········`                                                                                                                                                                                                                                                                                                                                                                                                                          
  Modules/Base/Components/Dialog.vue:51:32
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·····`                                                                                                                                                                                                                                                                                                                                                                                                                              
  Modules/Base/Components/Dialog.vue:55:27
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······ref="overlay"⏎······:style="overlayStyle"⏎······class="byx-dialog-overlay"⏎····>⏎····` with `·ref="overlay"·:style="overlayStyle"·class="byx-dialog-overlay">`                                                                                                                                                                                                                                                               
  Modules/Base/Components/Dialog.vue:58:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:is="component"⏎······v-bind="componentProps"⏎······@on-field-value-change="onFieldValueChange"⏎····>⏎···` with `·:is="component"·v-bind="componentProps"·@on-field-value-change="onFieldValueChange">`                                                                                                                                                                                                                      
  Modules/Base/Components/DialogSidebar.vue:3:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-for="(fields,·i)·in·columnSortedFields"⏎······:key="i"⏎······:style="columnWidth"⏎······class="byx-form-column"⏎····` with `·v-for="(fields,·i)·in·columnSortedFields"·:key="i"·:style="columnWidth"·class="byx-form-column"`                                                                                                                                                                                              
  Modules/Base/Components/Form/Form.vue:3:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-for="field·in·fields"⏎········:key="field.name"⏎········:field-data="field"⏎········@on-field-value-change="onFieldValueChange"⏎······` with `·v-for="field·in·fields"·:key="field.name"·:field-data="field"·@on-field-value-change="onFieldValueChange"`                                                                                                                                                                
  Modules/Base/Components/Form/Form.vue:9:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:class="wrapperClasses"⏎····@click="openResourcePage"⏎··` with `·:class="wrapperClasses"·@click="openResourcePage"`                                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/AsyncFormFieldValue.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:alt="altTitle"⏎········:title="altTitle"⏎········class="byx-formfield-title"⏎······` with `·:alt="altTitle"·:title="altTitle"·class="byx-formfield-title"`                                                                                                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/AsyncFormFieldValue.vue:7:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········{{·title·}}:⏎········</b>⏎········<i⏎··········v-else⏎··········:class="fieldIconClasses"⏎········>⏎·······` with `·{{·title·}}:·</b>·<i·v-else·:class="fieldIconClasses">`                                                                                                                                                                                                                                              
  Modules/Base/Components/Form/FormComponents/AsyncFormFieldValue.vue:12:32
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········{{·value·}}⏎······</span>⏎······<i⏎········v-if="secondaryIcon"⏎········:class="'otb-icon16·'·+·secondaryIcon"⏎······>⏎·····` with `·{{·value·}}·</span>·<i·v-if="secondaryIcon"·:class="'otb-icon16·'·+·secondaryIcon">`                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/AsyncFormFieldValue.vue:21:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-checkbox"⏎··` with `·:title="title"·class="byx-checkbox"`                                                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/Checkbox.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-iview-color-picker"⏎··` with `·:title="title"·class="byx-iview-color-picker"`                                                                                                                                                                                                                                                                                                                    
  Modules/Base/Components/Form/FormComponents/ColorPicker.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-iview-datepicker"⏎··` with `·:title="title"·class="byx-iview-datepicker"`                                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/DatePicker.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-datetime-picker"⏎··` with `·:title="title"·class="byx-datetime-picker"`                                                                                                                                                                                                                                                                                                                          
  Modules/Base/Components/Form/FormComponents/DateTimePicker.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:3:5
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `······` with `····`                                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:4:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `······` with `····`                                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:5:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="label·||·title"⏎····class="byx-iview-select-multiple"⏎··` with `·:title="label·||·title"·class="byx-iview-select-multiple"`                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:7:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `Option⏎········v-for="item·in·selectOptions"⏎········:key="item.value"⏎········:value="item.value"⏎········:selected="item.selected"⏎······` with `option·v-for="item·in·selectOptions"·:key="item.value"·:value="item.value"·:selected="item.selected"`                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:20:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `O` with `o`                                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:27:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-for="button·in·buttons"⏎········:key="button.name"⏎········:value="button"⏎········@on-click="button.onClick"⏎······>⏎·····` with `·v-for="button·in·buttons"·:key="button.name"·:value="button"·@on-click="button.onClick">`                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/GroupableUserSelect.vue:30:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-number-input"⏎··` with `·:title="title"·class="byx-number-input"`                                                                                                                                                                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/NumberInput.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="label·||·title"⏎····class="byx-iview-selectone"⏎··` with `·:title="label·||·title"·class="byx-iview-selectone"`                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-for="(item,·i)·in·selectOptions"⏎········:key="i·+·item.label"⏎········:value="item.value"⏎······` with `·v-for="(item,·i)·in·selectOptions"·:key="i·+·item.label"·:value="item.value"`                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:15:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········<i⏎··········v-if="item.canReceiveSMS"⏎··········class="otb-icon16·fugue-mobile-phone--arrow"⏎········>⏎·······` with `·<i·v-if="item.canReceiveSMS"·class="otb-icon16·fugue-mobile-phone--arrow">`                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:20:25
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="showCustomField"⏎······class="byx-sms-own-number"⏎····` with `·v-if="showCustomField"·class="byx-sms-own-number"`                                                                                                                                                                                                                                                                                                      
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:28:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:value="initialValue"⏎········type="text"⏎········@on-change="onInputChange"⏎······>⏎·····` with `·:value="initialValue"·type="text"·@on-change="onInputChange">`                                                                                                                                                                                                                                                          
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:32:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `.filter(({value})·=>·value·||·String(value).trim())` with `⏎········.filter(({value})·=>·value·||·String(value).trim())⏎········`                                                                                                                                                                                                                                                                                                   
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:166:29
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:167:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:168:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:169:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientContactFieldSelect.vue:170:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="label·||·title"⏎····class="byx-iview-selectone"⏎··` with `·:title="label·||·title"·class="byx-iview-selectone"`                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-for="(item,·i)·in·selectOptions"⏎········:key="i·+·item.label"⏎········:value="item.value"⏎······>⏎········{{·item.label·}}⏎·····` with `·v-for="(item,·i)·in·selectOptions"·:key="i·+·item.label"·:value="item.value">·{{·item.label·}}`                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:15:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="showCustomField"⏎······class="byx-email-own-address"⏎····` with `·v-if="showCustomField"·class="byx-email-own-address"`                                                                                                                                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:23:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:value="initialValue"⏎········type="text"⏎········@on-change="onInputChange"⏎······>⏎·····` with `·:value="initialValue"·type="text"·@on-change="onInputChange">`                                                                                                                                                                                                                                                          
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:27:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `.filter(({value})·=>·value·||·String(value).trim())` with `⏎········.filter(({value})·=>·value·||·String(value).trim())⏎········`                                                                                                                                                                                                                                                                                                   
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:153:29
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:154:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:155:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:156:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/PatientEmailFieldSelect.vue:157:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="label·||·title"⏎····class="byx-selectedPatient-select"⏎··` with `·:title="label·||·title"·class="byx-selectedPatient-select"`                                                                                                                                                                                                                                                                                          
  Modules/Base/Components/Form/FormComponents/PatientSelect.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-richtexteditor"⏎··` with `·:title="title"·class="byx-richtexteditor"`                                                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/RichTextEditor.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/SelectMultiple.vue:3:5
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `······` with `····`                                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Base/Components/Form/FormComponents/SelectMultiple.vue:4:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `······` with `····`                                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Base/Components/Form/FormComponents/SelectMultiple.vue:5:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="label·||·title"⏎····class="byx-iview-select-multiple"⏎··` with `·:title="label·||·title"·class="byx-iview-select-multiple"`                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/SelectMultiple.vue:7:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `Option⏎········v-for="item·in·selectOptions"⏎········:key="item.value"⏎········:value="item.value"⏎········:selected="item.selected"⏎······` with `option·v-for="item·in·selectOptions"·:key="item.value"·:value="item.value"·:selected="item.selected"`                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/SelectMultiple.vue:21:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `O` with `o`                                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Base/Components/Form/FormComponents/SelectMultiple.vue:28:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Base/Components/Form/FormComponents/SelectOne.vue:3:5
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `······` with `····`                                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Base/Components/Form/FormComponents/SelectOne.vue:4:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `······` with `····`                                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Base/Components/Form/FormComponents/SelectOne.vue:5:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="label·||·title"⏎····class="byx-iview-selectone"⏎··` with `·:title="label·||·title"·class="byx-iview-selectone"`                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/SelectOne.vue:7:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-for="item·in·selectOptions"⏎········:key="item.value"⏎········:value="item.value"⏎········:label="item.label"⏎········:selected="item.selected"⏎······` with `·v-for="item·in·selectOptions"·:key="item.value"·:value="item.value"·:label="item.label"·:selected="item.selected"`                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/SelectOne.vue:25:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-switch"⏎··` with `·:title="title"·class="byx-switch"`                                                                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/Switch.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······{{·humanValue·}}⏎····` with `{{·humanValue·}}`                                                                                                                                                                                                                                                                                                                                                                               
  Modules/Base/Components/Form/FormComponents/Switch.vue:6:28
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-else⏎······:value="checked"⏎······:disabled="disabled"⏎······:size="size"⏎······@on-change="onChange"⏎····` with `·v-else·:value="checked"·:disabled="disabled"·:size="size"·@on-change="onChange"`                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/Switch.vue:9:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="icon"⏎········slot="open"⏎········:type="iconOpen"⏎······>⏎······</icon>⏎······<span⏎········v-else⏎········slot="open"⏎······>⏎········{{·trueLabel·}}⏎·····` with `·v-if="icon"·slot="open"·:type="iconOpen">·</icon>·<span·v-else·slot="open">·{{·trueLabel·}}`                                                                                                                                                   
  Modules/Base/Components/Form/FormComponents/Switch.vue:16:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="icon"⏎········slot="close"⏎········:type="iconClosed"⏎······>⏎······</icon>⏎······<span⏎········v-else⏎········slot="close"⏎······>⏎········{{·falseLabel·}}⏎·····` with `·v-if="icon"·slot="close"·:type="iconClosed">·</icon>·<span·v-else·slot="close">·{{·falseLabel·}}`                                                                                                                                         
  Modules/Base/Components/Form/FormComponents/Switch.vue:28:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:class="wrapperClasses"⏎····@click="openResourcePage"⏎··` with `·:class="wrapperClasses"·@click="openResourcePage"`                                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/SyncFormFieldValue.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:alt="altTitle"⏎······:title="altTitle"⏎······class="byx-formfield-title"⏎····` with `·:alt="altTitle"·:title="altTitle"·class="byx-formfield-title"`                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/SyncFormFieldValue.vue:6:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········{{·title·}}:⏎······</b>⏎······<i⏎········v-else⏎········:class="fieldIconClasses"⏎······>⏎·····` with `·{{·title·}}:·</b>·<i·v-else·:class="fieldIconClasses">`                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/SyncFormFieldValue.vue:11:30
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="fieldValue.isHtml"⏎······:class="fieldValueClasses"⏎······v-html="value·||·fieldValue.value"⏎····>⏎···` with `·v-if="fieldValue.isHtml"·:class="fieldValueClasses"·v-html="value·||·fieldValue.value">`                                                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/SyncFormFieldValue.vue:21:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-else⏎······:class="fieldValueClasses"⏎····>⏎······{{·value·||·fieldValue.value·}}⏎···` with `·v-else·:class="fieldValueClasses">·{{·value·||·fieldValue.value·}}`                                                                                                                                                                                                                                                          
  Modules/Base/Components/Form/FormComponents/SyncFormFieldValue.vue:28:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="secondaryIcon"⏎······:class="'otb-icon16·'·+·secondaryIcon"⏎····>⏎···` with `·v-if="secondaryIcon"·:class="'otb-icon16·'·+·secondaryIcon">`                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/SyncFormFieldValue.vue:34:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-iview-textarea"⏎··` with `·:title="title"·class="byx-iview-textarea"`                                                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormComponents/Textarea.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-text-display"⏎··` with `·:title="title"·class="byx-text-display"`                                                                                                                                                                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/TextDisplay.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="fieldData.config.useResourceValue·===·true"⏎······:field="fieldData"⏎····>⏎···` with `·v-if="fieldData.config.useResourceValue·===·true"·:field="fieldData">`                                                                                                                                                                                                                                                          
  Modules/Base/Components/Form/FormComponents/TextDisplay.vue:6:28
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-else⏎······:field="fieldData"⏎····>⏎···` with `·v-else·:field="fieldData">`                                                                                                                                                                                                                                                                                                                                                
  Modules/Base/Components/Form/FormComponents/TextDisplay.vue:11:27
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-text-input"⏎··` with `·:title="title"·class="byx-text-input"`                                                                                                                                                                                                                                                                                                                                    
  Modules/Base/Components/Form/FormComponents/TextInput.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-iview-timepicker"⏎··` with `·:title="title"·class="byx-iview-timepicker"`                                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/TimePicker.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:title="title"⏎····class="byx-iview-timepicker"⏎··` with `·:title="title"·class="byx-iview-timepicker"`                                                                                                                                                                                                                                                                                                                        
  Modules/Base/Components/Form/FormComponents/TimeRange.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:class="fieldClasses"⏎····:title="alt"⏎····:style="fieldStyles"⏎··` with `·:class="fieldClasses"·:title="alt"·:style="fieldStyles"`                                                                                                                                                                                                                                                                                            
  Modules/Base/Components/Form/FormField.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="isIcon"⏎········:class="labelClasses"⏎······>⏎······</i>⏎······<span·class="byx-formfield-title-span">⏎········{{·title·}}⏎·····` with `·v-if="isIcon"·:class="labelClasses">·</i>·<span·class="byx-formfield-title-span">·{{·title·}}`                                                                                                                                                                              
  Modules/Base/Components/Form/FormField.vue:8:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="error"⏎······:style="invalidFieldStyle"⏎······class="byx-invalid-formfield"⏎····>⏎······{{·error·}}⏎····` with `·v-if="error"·:style="invalidFieldStyle"·class="byx-invalid-formfield">{{·error·}}`                                                                                                                                                                                                                    
  Modules/Base/Components/Form/FormField.vue:25:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-show="active"⏎······class="byx-loading-mask"⏎····>⏎······<spin·size="small">⏎······</spin>⏎······<spin></spin>⏎······<spin·size="small">⏎······</spin>⏎····` with `·v-show="active"·class="byx-loading-mask"><spin·size="small">·</spin>·<spin></spin>·<spin·size="small">·</spin>`                                                                                                                                        
  Modules/Base/Components/LoadingHoc.vue:3:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="active"⏎······class="byx-loading-mask"⏎····>⏎······<spin·size="small">⏎······</spin>⏎······<spin></spin>⏎······<spin·size="small">⏎······</spin>⏎····` with `·v-if="active"·class="byx-loading-mask"><spin·size="small">·</spin>·<spin></spin>·<spin·size="small">·</spin>`                                                                                                                                            
  Modules/Base/Components/ResourceBlocker.vue:3:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····v-show="!userLocked"⏎····id="CalendarWrapper"⏎····class="byxelkrok-component"⏎··` with `·v-show="!userLocked"·id="CalendarWrapper"·class="byxelkrok-component"`                                                                                                                                                                                                                                                                
  Modules/Calendar/Component.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="goto-back"⏎············@on-click="onDateNavigate(-1)"⏎··········>⏎············&lt;⏎·········` with `·class="goto-back"·@on-click="onDateNavigate(-1);">·&lt;`                                                                                                                                                                                                                                                   
  Modules/Calendar/Component.vue:23:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="goto-forward"⏎············@on-click="onDateNavigate(1)"⏎··········>⏎············&gt;⏎·········` with `·class="goto-forward"·@on-click="onDateNavigate(1);">·&gt;`                                                                                                                                                                                                                                               
  Modules/Calendar/Component.vue:29:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="goto-today"⏎············@on-click="onDateNavigate(0)"⏎··········>⏎············{{·i18n.today_1·}}⏎·········` with `·class="goto-today"·@on-click="onDateNavigate(0);">·{{·i18n.today_1·}}`                                                                                                                                                                                                                       
  Modules/Calendar/Component.vue:35:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:current-view="currentView"⏎········:description="description"⏎········:now="now"⏎······>⏎·····` with `·:current-view="currentView"·:description="description"·:now="now">`                                                                                                                                                                                                                                                
  Modules/Calendar/Component.vue:43:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-model="currentView"⏎········type="button"⏎········size="small"⏎········class="view-radio-buttons"⏎······` with `·v-model="currentView"·type="button"·size="small"·class="view-radio-buttons"`                                                                                                                                                                                                                            
  Modules/Calendar/Component.vue:49:19
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `R` with `r`                                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Calendar/Component.vue:67:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····class="byx-calendar-label"⏎··` with `·class="byx-calendar-label"`                                                                                                                                                                                                                                                                                                                                                              
  Modules/Calendar/Components/CalendarLabel.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········ref="toggler"⏎········class="byx-calendar-label-toggler"⏎········tabindex="0"⏎········@click="togglePicker"⏎········@keydown="onKeydown"⏎······` with `·ref="toggler"·class="byx-calendar-label-toggler"·tabindex="0"·@click="togglePicker"·@keydown="onKeydown"`                                                                                                                                                          
  Modules/Calendar/Components/CalendarLabel.vue:17:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········{{·description·}}⏎········` with `{{·description·}}`                                                                                                                                                                                                                                                                                                                                                                     
  Modules/Calendar/Components/CalendarLabel.vue:24:45
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·······`                                                                                                                                                                                                                                                                                                                                                                                                                            
  Modules/Calendar/Components/CalendarLabel.vue:27:58
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:key="'byx-event-container-'·+·event.id"⏎······class="byx-event-container"⏎····` with `·:key="'byx-event-container-'·+·event.id"·class="byx-event-container"`                                                                                                                                                                                                                                                                
  Modules/Calendar/Components/DayWeekEvent.vue:11:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="event._categoryColor"⏎········:style="{backgroundColor:·event._categoryColor}"⏎········class="byx-calendar-event-type"⏎······>⏎······` with `·v-if="event._categoryColor"·:style="{backgroundColor:·event._categoryColor}"·class="byx-calendar-event-type">`                                                                                                                                                         
  Modules/Calendar/Components/DayWeekEvent.vue:15:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="!pointerTouchDown"⏎··········class="byx-event-hour"⏎········>⏎··········{{·getTimeString(event.start)·}}⏎·······` with `·v-if="!pointerTouchDown"·class="byx-event-hour">·{{·getTimeString(event.start)·}}`                                                                                                                                                                                                        
  Modules/Calendar/Components/DayWeekEvent.vue:22:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="event.id·&&·!pointerTouchDown"⏎··········:class="titleClasses"⏎········>⏎··········{{·eventTitle.value·}}⏎·······` with `·v-if="event.id·&&·!pointerTouchDown"·:class="titleClasses">·{{·eventTitle.value·}}`                                                                                                                                                                                                      
  Modules/Calendar/Components/DayWeekEvent.vue:28:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="!pointerTouchDown·&&·showDescription"⏎··········class="byx-event-description"⏎··········v-html="event.description"⏎········>⏎········` with `·v-if="!pointerTouchDown·&&·showDescription"·class="byx-event-description"·v-html="event.description">`                                                                                                                                                               
  Modules/Calendar/Components/DayWeekEvent.vue:35:17
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······class="byx-calendar-event-stretcher"⏎······@mousedown.stop="onStretchEventStart"⏎······@touchstart.stop="onStretchEventStart"⏎····` with `·class="byx-calendar-event-stretcher"·@mousedown.stop="onStretchEventStart"·@touchstart.stop="onStretchEventStart"`                                                                                                                                                                
  Modules/Calendar/Components/DayWeekEvent.vue:44:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······<sync-form-field-value⏎········:field="titleField"⏎········class="byx-event-menu-title-field"⏎······>⏎······</sync-form-field-value>⏎···` with `·<sync-form-field-value·:field="titleField"·class="byx-event-menu-title-field">·</sync-form-field-value>`                                                                                                                                                                    
  Modules/Calendar/Components/EventMenuHeader.vue:3:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:field="dateTimeRangeField"⏎····>⏎···` with `·:field="dateTimeRangeField">`                                                                                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/EventMenuHeader.vue:10:27
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="ownerField.config.initialValue"⏎······:field="ownerField"⏎····>⏎···` with `·v-if="ownerField.config.initialValue"·:field="ownerField">`                                                                                                                                                                                                                                                                                
  Modules/Calendar/Components/EventMenuHeader.vue:14:27
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="categoryField.config.initialValue"⏎······class="byx-actionmenu-category-label"⏎····` with `·v-if="categoryField.config.initialValue"·class="byx-actionmenu-category-label"`                                                                                                                                                                                                                                            
  Modules/Calendar/Components/EventMenuHeader.vue:19:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········(⏎·····` with `·(`                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Calendar/Components/EventMenuHeader.vue:23:41
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:field="categoryField"⏎········class="byx-event-menu-category-field"⏎······>⏎·····` with `·:field="categoryField"·class="byx-event-menu-category-field">`                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/EventMenuHeader.vue:26:30
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········)⏎·····` with `·)`                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Calendar/Components/EventMenuHeader.vue:31:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="patientField.config.initialValue"⏎······:field="patientField"⏎····>⏎···` with `·v-if="patientField.config.initialValue"·:field="patientField">`                                                                                                                                                                                                                                                                        
  Modules/Calendar/Components/EventMenuHeader.vue:35:28
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎····`                                                                                                                                                                                                                                                                                                                                                                                                                               
  Modules/Calendar/Components/MultipleDayEvent.vue:20:6
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:class="titleClasses"⏎····>⏎······{{·eventTitle.value·}}⏎····` with `·:class="titleClasses">{{·eventTitle.value·}}`                                                                                                                                                                                                                                                                                                          
  Modules/Calendar/Components/MultipleDayEvent.vue:22:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······{{·i18n.preview_1·}}⏎····` with `{{·i18n.preview_1·}}`                                                                                                                                                                                                                                                                                                                                                                       
  Modules/Calendar/Components/NewEventSidebar.vue:3:35
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `">⏎············&lt;⏎·········` with `;">·&lt;`                                                                                                                                                                                                                                                                                                                                                                                      
  Modules/Calendar/Components/NewEventSidebar.vue:9:47
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `">⏎············&gt;⏎·········` with `;">·&gt;`                                                                                                                                                                                                                                                                                                                                                                                      
  Modules/Calendar/Components/NewEventSidebar.vue:12:46
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="goto-today"⏎··········@click="onDateNavigate(0)"⏎········>⏎··········{{·i18n.today_1·}}⏎·······` with `·class="goto-today"·@click="onDateNavigate(0);">·{{·i18n.today_1·}}`                                                                                                                                                                                                                                       
  Modules/Calendar/Components/NewEventSidebar.vue:16:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:description="label"⏎········:now="formValues.start"⏎········:on-change-function="onChangeFunction"⏎········current-view="DayView"⏎······` with `·:description="label"·:now="formValues.start"·:on-change-function="onChangeFunction"·current-view="DayView"`                                                                                                                                                              
  Modules/Calendar/Components/NewEventSidebar.vue:23:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:now="formValues.start"⏎········:active-event="NaN"⏎········:show-this-id-only="formValues.owner"⏎······>⏎·····` with `·:now="formValues.start"·:active-event="NaN"·:show-this-id-only="formValues.owner">`                                                                                                                                                                                                                
  Modules/Calendar/Components/NewEventSidebar.vue:32:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······class="byx-monthview-event-seemore"⏎······@click.stop="openDialog"⏎····>⏎······{{·seeMoreEventsTitle·}}⏎···` with `·class="byx-monthview-event-seemore"·@click.stop="openDialog">·{{·seeMoreEventsTitle·}}`                                                                                                                                                                                                                  
  Modules/Calendar/Components/SeeMoreEventsButton.vue:3:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····ref="dialog"⏎····title="day_events"⏎····size="dialog-550"⏎····icon-name="fugue-calendar"⏎··` with `·ref="dialog"·title="day_events"·size="dialog-550"·icon-name="fugue-calendar"`                                                                                                                                                                                                                                              
  Modules/Calendar/Components/SeeMoreEventsDialog.vue:2:14
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······slot="body"⏎······class="byx-monthview-event-seemore-body"⏎····` with `·slot="body"·class="byx-monthview-event-seemore-body"`                                                                                                                                                                                                                                                                                                
  Modules/Calendar/Components/SeeMoreEventsDialog.vue:8:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:is-static-data="true"⏎········:now="day.date"⏎········:single-day="true"⏎········:filter-function="filterShownUpcomingEvents"⏎······` with `·:is-static-data="true"·:now="day.date"·:single-day="true"·:filter-function="filterShownUpcomingEvents"`                                                                                                                                                                      
  Modules/Calendar/Components/SeeMoreEventsDialog.vue:12:21
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········<a⏎··········:href="link"⏎··········target="_blank"⏎········>⏎··········{{·i18n.prorenatas_support_page_1·}}⏎·······` with `·<a·:href="link"·target="_blank">·{{·i18n.prorenatas_support_page_1·}}`                                                                                                                                                                                                                        
  Modules/Calendar/Components/Settings/ExportCalendar.vue:7:34
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:field-data="fieldData"⏎········@on-field-value-change="toggleExport"⏎······>⏎·····` with `·:field-data="fieldData"·@on-field-value-change="toggleExport">`                                                                                                                                                                                                                                                                
  Modules/Calendar/Components/Settings/ExportCalendar.vue:17:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:style="{opacity:·enabled·?·1·:·0,·pointerEvents:·enabled·?·'auto'·:·'none'}"⏎········class="byx-calendar-export-reset"⏎······` with `·:style="{opacity:·enabled·?·1·:·0,·pointerEvents:·enabled·?·'auto'·:·'none'}"·class="byx-calendar-export-reset"`                                                                                                                                                                    
  Modules/Calendar/Components/Settings/ExportCalendar.vue:22:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········{{·i18n.make_new_calendar_link_1·}}⏎·······` with `·{{·i18n.make_new_calendar_link_1·}}`                                                                                                                                                                                                                                                                                                                                 
  Modules/Calendar/Components/Settings/ExportCalendar.vue:26:38
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:style="{opacity:·enabled·?·1·:·0}"⏎······class="byx-calendar-export-component-enabled"⏎····` with `·:style="{opacity:·enabled·?·1·:·0}"·class="byx-calendar-export-component-enabled"`                                                                                                                                                                                                                                      
  Modules/Calendar/Components/Settings/ExportCalendar.vue:31:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:field="UserProfileManifest"⏎········:inline="false"⏎······>⏎·····` with `·:field="UserProfileManifest"·:inline="false">`                                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/Settings/ExportCalendar.vue:35:30
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:label="tabLabel.bind(null,·generalTabLabel,·'fugue-calendar')"⏎············name="general"⏎··········` with `·:label="tabLabel.bind(null,·generalTabLabel,·'fugue-calendar')"·name="general"`                                                                                                                                                                                                                          
  Modules/Calendar/Components/SettingsDialog.vue:6:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="manifestFields.workingDayStartEndRange"⏎················@on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="manifestFields.workingDayStartEndRange"·@on-field-value-change="onChange">`                                                                                                                                                                              
  Modules/Calendar/Components/SettingsDialog.vue:11:26
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="manifestFields.minutesStepSnap"⏎················@on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="manifestFields.minutesStepSnap"·@on-field-value-change="onChange">`                                                                                                                                                                                              
  Modules/Calendar/Components/SettingsDialog.vue:16:26
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="manifestFields.showOnlyWorkingDays"⏎················@on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="manifestFields.showOnlyWorkingDays"·@on-field-value-change="onChange">`                                                                                                                                                                                      
  Modules/Calendar/Components/SettingsDialog.vue:23:26
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="manifestFields.defaultEventLength"⏎················@on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="manifestFields.defaultEventLength"·@on-field-value-change="onChange">`                                                                                                                                                                                        
  Modules/Calendar/Components/SettingsDialog.vue:28:26
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="manifestFields.showOnlyWorkingHours"⏎················@on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="manifestFields.showOnlyWorkingHours"·@on-field-value-change="onChange">`                                                                                                                                                                                    
  Modules/Calendar/Components/SettingsDialog.vue:33:26
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:label="tabLabel.bind(null,·i18n.user_1,·'fugue-users')"⏎············name="user-colors"⏎··········` with `·:label="tabLabel.bind(null,·i18n.user_1,·'fugue-users')"·name="user-colors"`                                                                                                                                                                                                                                
  Modules/Calendar/Components/SettingsDialog.vue:40:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="ownColorField"⏎················@on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="ownColorField"·@on-field-value-change="onChange">`                                                                                                                                                                                                                                
  Modules/Calendar/Components/SettingsDialog.vue:46:26
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:label="tabLabel.bind(null,·i18n.export_calendar_1,·'fugue-calendar-export')"⏎············name="export_calendar"⏎··········` with `·:label="tabLabel.bind(null,·i18n.export_calendar_1,·'fugue-calendar-export')"·name="export_calendar"`                                                                                                                                                                              
  Modules/Calendar/Components/SettingsDialog.vue:61:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:field-data="manifestFields.exportCalendar"⏎················:on-field-value-change="onChange"⏎··············>⏎·············` with `·:field-data="manifestFields.exportCalendar"·:on-field-value-change="onChange">`                                                                                                                                                                                                
  Modules/Calendar/Components/SettingsDialog.vue:66:31
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:style="{backgroundColor:·event._categoryColor}"⏎······class="byx-event-category-colored-border"⏎····>⏎···` with `·:style="{backgroundColor:·event._categoryColor}"·class="byx-event-category-colored-border">`                                                                                                                                                                                                              
  Modules/Calendar/Components/SingleDayEvent.vue:16:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:class="titleClasses"⏎····>⏎······{{·eventTitle.value·}}⏎···` with `·:class="titleClasses">·{{·eventTitle.value·}}`                                                                                                                                                                                                                                                                                                          
  Modules/Calendar/Components/SingleDayEvent.vue:21:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:class="titleClasses"⏎····>⏎······{{·eventTitle.value·}}⏎···` with `·:class="titleClasses">·{{·eventTitle.value·}}`                                                                                                                                                                                                                                                                                                          
  Modules/Calendar/Components/StaticDayEvent.vue:11:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `·`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/DayView.vue:7:17
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············class="weekday-allday"⏎··············@click="createWholeDayEvent(day)"⏎············` with `·class="weekday-allday"·@click="createWholeDayEvent(day);"`                                                                                                                                                                                                                                                               
  Modules/Calendar/Components/SubContainers/DayView.vue:8:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················v-if="j·<·maxVisibleWholeDayEvents·&&·event.id"⏎····················:key="event.id"⏎··················` with `·v-if="j·<·maxVisibleWholeDayEvents·&&·event.id"·:key="event.id"`                                                                                                                                                                                                                                
  Modules/Calendar/Components/SubContainers/DayView.vue:14:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/DayView.vue:23:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/DayView.vue:36:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/DayView.vue:47:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················v-else⏎····················:key="'dummy-'·+·j"⏎····················class="byx-event-dummy"⏎··················>⏎··················` with `·v-else·:key="'dummy-'·+·j"·class="byx-event-dummy">`                                                                                                                                                                                                                 
  Modules/Calendar/Components/SubContainers/DayView.vue:53:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="calendar-table·calendar-entries"⏎··········:class="hourMarkerClasses"⏎········` with `·class="calendar-table·calendar-entries"·:class="hourMarkerClasses"`                                                                                                                                                                                                                                                        
  Modules/Calendar/Components/SubContainers/DayView.vue:75:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··················id="nowmarker"⏎··················:style="nowMarkerPosition"⏎················` with `·id="nowmarker"·:style="nowMarkerPosition"`                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/SubContainers/DayView.vue:83:21
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················viewBox="0·0·200·200"⏎····················xmlns="http://www.w3.org/2000/svg"⏎··················>⏎····················<circle⏎······················cx="100"⏎······················cy="100"⏎······················r="100"⏎····················>⏎····················</circle>⏎··················` with `·viewBox="0·0·200·200"·xmlns="http://www.w3.org/2000/svg"><circle·cx="100"·cy="100"·r="100"></circle>`  
  Modules/Calendar/Components/SubContainers/DayView.vue:87:23
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················v-if="newEventDragging"⏎····················:event="newEventMock"⏎····················:table-container="table"⏎··················>⏎·················` with `·v-if="newEventDragging"·:event="newEventMock"·:table-container="table">`                                                                                                                                                                          
  Modules/Calendar/Components/SubContainers/DayView.vue:108:34
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············@touchstart="onPointerDown"⏎············@mousedown="onPointerDown"⏎············@touchend="onPointerMove"⏎············@mouseup="onPointerMove"⏎··········` with `·@touchstart="onPointerDown"·@mousedown="onPointerDown"·@touchend="onPointerMove"·@mouseup="onPointerMove"`                                                                                                                                            
  Modules/Calendar/Components/SubContainers/DayView.vue:119:17
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············v-for="hour·in·timeFrames"⏎··············:key="hour"⏎··············class="byx-calendar-weekday"⏎············` with `·v-for="hour·in·timeFrames"·:key="hour"·class="byx-calendar-weekday"`                                                                                                                                                                                                                            
  Modules/Calendar/Components/SubContainers/DayView.vue:125:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················{{·hour·}}⏎··············` with `{{·hour·}}`                                                                                                                                                                                                                                                                                                                                                                       
  Modules/Calendar/Components/SubContainers/DayView.vue:130:42
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················:class="{today:·day.isToday}"⏎················@click="onTimePick(hour,·day.date)"⏎··············>⏎··············` with `·:class="{today:·day.isToday}"·@click="onTimePick(hour,·day.date);">`                                                                                                                                                                                                                      
  Modules/Calendar/Components/SubContainers/DayView.vue:133:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····id="MonthView"⏎····class="byx-calendar-month-view-wrapper"⏎··` with `·id="MonthView"·class="byx-calendar-month-view-wrapper"`                                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/SubContainers/MonthView.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················v-for="col·in·calendarColumns"⏎················:key="col"⏎··············>⏎················{{·col·}}⏎··············` with `·v-for="col·in·calendarColumns"·:key="col">{{·col·}}`                                                                                                                                                                                                                                    
  Modules/Calendar/Components/SubContainers/MonthView.vue:11:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············v-for="(week,·w)·in·days"⏎··············:key="w"⏎··············class="calendar-weekday"⏎············` with `·v-for="(week,·w)·in·days"·:key="w"·class="calendar-weekday"`                                                                                                                                                                                                                                            
  Modules/Calendar/Components/SubContainers/MonthView.vue:20:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/MonthView.vue:30:82
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·················`                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/SubContainers/MonthView.vue:32:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/MonthView.vue:40:57
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:class="dayClasses"⏎······:title="i18n.show_day_view_1"⏎······@click.stop="$_bus.$emit('change-view',·DAY_VIEW,·day)"⏎····` with `·:class="dayClasses"·:title="i18n.show_day_view_1"·@click.stop="$_bus.$emit('change-view',·DAY_VIEW,·day);"`                                                                                                                                                                               
  Modules/Calendar/Components/SubContainers/MonthViewDay.vue:4:13
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-for="(event,·i)·in·eventsArray"⏎······` with `·v-for="(event,·i)·in·eventsArray"`                                                                                                                                                                                                                                                                                                                                        
  Modules/Calendar/Components/SubContainers/MonthViewDay.vue:14:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="event.id·&&·maxVisibleWholeDayEvents·>·i"⏎··········:key="'event'·+·event.id"⏎··········@click.stop="editEvent(event)"⏎········` with `·v-if="event.id·&&·maxVisibleWholeDayEvents·>·i"·:key="'event'·+·event.id"·@click.stop="editEvent(event);"`                                                                                                                                                                 
  Modules/Calendar/Components/SubContainers/MonthViewDay.vue:17:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-else-if="!event.id·&&·i·<·maxVisibleWholeDayEvents"⏎··········:key="i"⏎··········class="byx-event-dummy"⏎········>⏎········` with `·v-else-if="!event.id·&&·i·<·maxVisibleWholeDayEvents"·:key="i"·class="byx-event-dummy">`                                                                                                                                                                                           
  Modules/Calendar/Components/SubContainers/MonthViewDay.vue:57:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="amountHidden·>·0"⏎······` with `·v-if="amountHidden·>·0"`                                                                                                                                                                                                                                                                                                                                                            
  Modules/Calendar/Components/SubContainers/MonthViewDay.vue:64:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:on-reach-edge="isStaticData·?·null·:·loadMore"⏎······:height="singleDay·?·300·:·800"⏎····` with `·:on-reach-edge="isStaticData·?·null·:·loadMore"·:height="singleDay·?·300·:·800"`                                                                                                                                                                                                                                          
  Modules/Calendar/Components/SubContainers/UpcomingView.vue:3:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········ref="groups"⏎········:grouped-events="groupedEvents"⏎········@upcoming-view-group-updated="updateScroll"⏎······` with `·ref="groups"·:grouped-events="groupedEvents"·@upcoming-view-group-updated="updateScroll"`                                                                                                                                                                                                          
  Modules/Calendar/Components/SubContainers/UpcomingView.vue:7:27
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-for="group·in·groupedEvents"⏎······ref="group"⏎······:key="group.ts"⏎······:data-date="group.ts"⏎······class="byx-event-day-group"⏎····` with `·v-for="group·in·groupedEvents"·ref="group"·:key="group.ts"·:data-date="group.ts"·class="byx-event-day-group"`                                                                                                                                                              
  Modules/Calendar/Components/SubContainers/UpcomingViewGroup.vue:3:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·····`                                                                                                                                                                                                                                                                                                                                                                                                                              
  Modules/Calendar/Components/SubContainers/UpcomingViewGroup.vue:11:45
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/UpcomingViewSection.vue:7:46
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·····`                                                                                                                                                                                                                                                                                                                                                                                                                              
  Modules/Calendar/Components/SubContainers/UpcomingViewSection.vue:9:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:style="{backgroundColor:·event._categoryColor}"⏎······:class="getEventClasses(event)"⏎····>⏎····` with `·:style="{backgroundColor:·event._categoryColor}"·:class="getEventClasses(event)">`                                                                                                                                                                                                                                 
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:3:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="event.all_day"⏎········class="byx-upcoming-event-period"⏎······>⏎········{{·i18n.all_day_1·}}⏎·····` with `·v-if="event.all_day"·class="byx-upcoming-event-period">·{{·i18n.all_day_1·}}`                                                                                                                                                                                                                            
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:9:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-else⏎········class="byx-upcoming-event-period"⏎······>⏎········{{·getTimeString(event.start)·}}·→·{{·getTimeString(event.end)·}}⏎······</span>⏎·····` with `·v-else·class="byx-upcoming-event-period">·{{·getTimeString(event.start)·}}·→·{{·getTimeString(event.end)·}}·</span>`                                                                                                                                        
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:15:12
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········{{·eventTitle(event).value·}}⏎·····` with `·{{·eventTitle(event).value·}}`                                                                                                                                                                                                                                                                                                                                                 
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:22:54
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······v-if="!isCurrentUser"⏎······class="byx-upcoming-event-other-user"⏎······:style="userColorStyle"⏎····>⏎······{{·userTitle·}}⏎····` with `·v-if="!isCurrentUser"·class="byx-upcoming-event-other-user"·:style="userColorStyle">{{·userTitle·}}`                                                                                                                                                                                
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:26:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········:field="event.asyncFields.patient"⏎········:render-with-no-value="false"⏎········@click.native.stop⏎······` with `·:field="event.asyncFields.patient"·:render-with-no-value="false"·@click.native.stop`                                                                                                                                                                                                                    
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:34:30
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎······`                                                                                                                                                                                                                                                                                                                                                                                                                             
  Modules/Calendar/Components/SubContainers/UpcomingViewSectionItem.vue:41:37
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····id="WeekView"⏎····class="byx-calendar-week-view-wrapper"⏎··` with `·id="WeekView"·class="byx-calendar-week-view-wrapper"`                                                                                                                                                                                                                                                                                                      
  Modules/Calendar/Components/SubContainers/WeekView.vue:2:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/WeekView.vue:16:69
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/WeekView.vue:31:47
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················v-if="j·<·maxVisibleWholeDayEvents·&&·event.id"⏎····················:key="event.id"⏎··················` with `·v-if="j·<·maxVisibleWholeDayEvents·&&·event.id"·:key="event.id"`                                                                                                                                                                                                                                
  Modules/Calendar/Components/SubContainers/WeekView.vue:35:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/WeekView.vue:44:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/WeekView.vue:57:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/SubContainers/WeekView.vue:68:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················v-else⏎····················:key="'dummy-'·+·j"⏎····················class="byx-event-dummy"⏎··················>⏎··················` with `·v-else·:key="'dummy-'·+·j"·class="byx-event-dummy">`                                                                                                                                                                                                                 
  Modules/Calendar/Components/SubContainers/WeekView.vue:74:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="calendar-table··calendar-entries"⏎··········:class="hourMarkerClasses"⏎········` with `·class="calendar-table··calendar-entries"·:class="hourMarkerClasses"`                                                                                                                                                                                                                                                      
  Modules/Calendar/Components/SubContainers/WeekView.vue:96:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··················id="nowmarker"⏎··················:style="nowMarkerPosition"⏎················` with `·id="nowmarker"·:style="nowMarkerPosition"`                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/SubContainers/WeekView.vue:104:21
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················viewBox="0·0·200·200"⏎····················xmlns="http://www.w3.org/2000/svg"⏎··················>⏎····················<circle⏎······················cx="100"⏎······················cy="100"⏎······················r="100"⏎····················>⏎····················</circle>⏎··················` with `·viewBox="0·0·200·200"·xmlns="http://www.w3.org/2000/svg"><circle·cx="100"·cy="100"·r="100"></circle>`  
  Modules/Calendar/Components/SubContainers/WeekView.vue:108:23
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····················v-if="newEventDragging"⏎····················:event="newEventMock"⏎····················:table-container="table"⏎··················>⏎·················` with `·v-if="newEventDragging"·:event="newEventMock"·:table-container="table">`                                                                                                                                                                          
  Modules/Calendar/Components/SubContainers/WeekView.vue:129:34
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················v-for="(day,·i)·in·week.days"⏎················:key="day·+·':'·+·i"⏎··············>⏎··············` with `·v-for="(day,·i)·in·week.days"·:key="day·+·':'·+·i">`                                                                                                                                                                                                                                                     
  Modules/Calendar/Components/SubContainers/WeekView.vue:137:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············@touchstart="onPointerDown"⏎············@mousedown="onPointerDown"⏎············@touchend="onPointerMove"⏎············@mouseup="onPointerMove"⏎··········` with `·@touchstart="onPointerDown"·@mousedown="onPointerDown"·@touchend="onPointerMove"·@mouseup="onPointerMove"`                                                                                                                                            
  Modules/Calendar/Components/SubContainers/WeekView.vue:144:17
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············v-for="hour·in·timeFrames"⏎··············:key="hour"⏎··············class="calendar-weekday"⏎············` with `·v-for="hour·in·timeFrames"·:key="hour"·class="calendar-weekday"`                                                                                                                                                                                                                                    
  Modules/Calendar/Components/SubContainers/WeekView.vue:150:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················{{·hour·}}⏎··············` with `{{·hour·}}`                                                                                                                                                                                                                                                                                                                                                                       
  Modules/Calendar/Components/SubContainers/WeekView.vue:155:42
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················v-for="(day,·i)·in·week.days"⏎················:key="i"⏎················:class="{today:·day.isToday}"⏎················@click="onTimePick(hour,·day.date)"⏎··············>⏎··············` with `·v-for="(day,·i)·in·week.days"·:key="i"·:class="{today:·day.isToday}"·@click="onTimePick(hour,·day.date);">`                                                                                                        
  Modules/Calendar/Components/SubContainers/WeekView.vue:158:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:class="sidebarOpen·&&·'byx-button-pressed'"⏎······class="byx-current-calendar-user"⏎····` with `·:class="sidebarOpen·&&·'byx-button-pressed'"·class="byx-current-calendar-user"`                                                                                                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:3:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········class="byx-layers-button"⏎········@click="toggleSidebar"⏎······` with `·class="byx-layers-button"·@click="toggleSidebar"`                                                                                                                                                                                                                                                                                                  
  Modules/Calendar/Components/ToggleLayersSelector.vue:7:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········</i>⏎·······` with `·</i>`                                                                                                                                                                                                                                                                                                                                                                                                 
  Modules/Calendar/Components/ToggleLayersSelector.vue:11:41
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······ref="sidebar"⏎······:style="sidebarStyle"⏎······class="byx-toggle-calendar-layers-selector"⏎····` with `·ref="sidebar"·:style="sidebarStyle"·class="byx-toggle-calendar-layers-selector"`                                                                                                                                                                                                                                    
  Modules/Calendar/Components/ToggleLayersSelector.vue:16:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········class="byx-toggle-calendar-layers-selector-inner"⏎······` with `·class="byx-toggle-calendar-layers-selector-inner"`                                                                                                                                                                                                                                                                                                        
  Modules/Calendar/Components/ToggleLayersSelector.vue:21:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········{{·i18n.your_calendars_1·}}⏎········` with `{{·i18n.your_calendars_1·}}`                                                                                                                                                                                                                                                                                                                                                 
  Modules/Calendar/Components/ToggleLayersSelector.vue:24:43
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="byx-toggle-layer-option"⏎··········@click="toggleFilter('showOwnEvents',·!settings.showOwnEvents)"⏎········` with `·class="byx-toggle-layer-option"·@click="toggleFilter('showOwnEvents',·!settings.showOwnEvents);"`                                                                                                                                                                                             
  Modules/Calendar/Components/ToggleLayersSelector.vue:27:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{opacity:·settings.showOwnEvents·?·1·:·0}"⏎············class="byx-toggle-layer-option-tick"⏎··········>⏎············✓⏎·········` with `·:style="{opacity:·settings.showOwnEvents·?·1·:·0}"·class="byx-toggle-layer-option-tick">·✓`                                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:31:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{backgroundColor:·settings.ownColor}"⏎············class="byx-toggle-layer-option-color"⏎··········>⏎·········` with `·:style="{backgroundColor:·settings.ownColor}"·class="byx-toggle-layer-option-color">`                                                                                                                                                                                                    
  Modules/Calendar/Components/ToggleLayersSelector.vue:37:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-text"⏎··········>⏎············{{·getUserTitle(currentCalendarUser.id)·}}⏎·········` with `·class="byx-toggle-layer-option-text">·{{·getUserTitle(currentCalendarUser.id)·}}`                                                                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:42:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="byx-toggle-layer-option"⏎··········@click="toggleFilter('layers',·'tasks')"⏎········` with `·class="byx-toggle-layer-option"·@click="toggleFilter('layers',·'tasks');"`                                                                                                                                                                                                                                           
  Modules/Calendar/Components/ToggleLayersSelector.vue:48:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{opacity:·Number(!hideFilters.layers.includes('tasks'))}"⏎············class="byx-toggle-layer-option-tick"⏎··········>⏎············✓⏎·········` with `·:style="{opacity:·Number(!hideFilters.layers.includes('tasks'))}"·class="byx-toggle-layer-option-tick">·✓`                                                                                                                                              
  Modules/Calendar/Components/ToggleLayersSelector.vue:52:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-color·byx-static-tasks-event"⏎··········>⏎·········` with `·class="byx-toggle-layer-option-color·byx-static-tasks-event">`                                                                                                                                                                                                                                                              
  Modules/Calendar/Components/ToggleLayersSelector.vue:58:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-text"⏎··········>⏎············{{·i18n.tasks_2·}}⏎·········` with `·class="byx-toggle-layer-option-text">·{{·i18n.tasks_2·}}`                                                                                                                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:62:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········class="byx-toggle-layer-option"⏎··········@click="toggleFilter('layers',·'countryDates')"⏎········` with `·class="byx-toggle-layer-option"·@click="toggleFilter('layers',·'countryDates');"`                                                                                                                                                                                                                             
  Modules/Calendar/Components/ToggleLayersSelector.vue:68:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{opacity:·Number(!hideFilters.layers.includes('countryDates'))}"⏎············class="byx-toggle-layer-option-tick"⏎··········` with `·:style="{opacity:·Number(!hideFilters.layers.includes('countryDates'))}"·class="byx-toggle-layer-option-tick"`                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:72:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-color·byx-static-country-event"⏎··········>⏎·········` with `·class="byx-toggle-layer-option-color·byx-static-country-event">`                                                                                                                                                                                                                                                          
  Modules/Calendar/Components/ToggleLayersSelector.vue:78:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-text"⏎··········>⏎············{{·i18n.country_dates_2·}}⏎·········` with `·class="byx-toggle-layer-option-text">·{{·i18n.country_dates_2·}}`                                                                                                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:82:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········{{·i18n.category_1·}}⏎········` with `{{·i18n.category_1·}}`                                                                                                                                                                                                                                                                                                                                                             
  Modules/Calendar/Components/ToggleLayersSelector.vue:88:43
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `;`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Modules/Calendar/Components/ToggleLayersSelector.vue:95:58
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{opacity:·Number(!hideFilters.eventcategory.includes(category))}"⏎············class="byx-toggle-layer-option-tick"⏎··········` with `·:style="{opacity:·Number(!hideFilters.eventcategory.includes(category))}"·class="byx-toggle-layer-option-tick"`                                                                                                                                                          
  Modules/Calendar/Components/ToggleLayersSelector.vue:97:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{borderColor:·category.color}"⏎············class="byx-toggle-layer-option-color-categories"⏎··········>⏎·········` with `·:style="{borderColor:·category.color}"·class="byx-toggle-layer-option-color-categories">`                                                                                                                                                                                            
  Modules/Calendar/Components/ToggleLayersSelector.vue:103:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-text"⏎··········>⏎············{{·category.title·}}⏎·········` with `·class="byx-toggle-layer-option-text">·{{·category.title·}}`                                                                                                                                                                                                                                                        
  Modules/Calendar/Components/ToggleLayersSelector.vue:108:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········{{·i18n.other_users_calendar_1·}}⏎········` with `{{·i18n.other_users_calendar_1·}}`                                                                                                                                                                                                                                                                                                                                     
  Modules/Calendar/Components/ToggleLayersSelector.vue:114:43
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-for="user·in·access"⏎··········:key="user.id"⏎··········class="byx-toggle-layer-option"⏎··········@click="toggleFilter('access',·user)"⏎········` with `·v-for="user·in·access"·:key="user.id"·class="byx-toggle-layer-option"·@click="toggleFilter('access',·user);"`                                                                                                                                                 
  Modules/Calendar/Components/ToggleLayersSelector.vue:117:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{opacity:·user.show·?·1·:·0}"⏎············class="byx-toggle-layer-option-tick"⏎··········>⏎············✓⏎·········` with `·:style="{opacity:·user.show·?·1·:·0}"·class="byx-toggle-layer-option-tick">·✓`                                                                                                                                                                                                      
  Modules/Calendar/Components/ToggleLayersSelector.vue:123:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:style="{backgroundColor:·user.color}"⏎············class="byx-toggle-layer-option-color"⏎··········>⏎·········` with `·:style="{backgroundColor:·user.color}"·class="byx-toggle-layer-option-color">`                                                                                                                                                                                                                  
  Modules/Calendar/Components/ToggleLayersSelector.vue:129:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············class="byx-toggle-layer-option-text"⏎··········>⏎············{{·getUserTitle(user.access_for)·}}⏎·········` with `·class="byx-toggle-layer-option-text">·{{·getUserTitle(user.access_for)·}}`                                                                                                                                                                                                                          
  Modules/Calendar/Components/ToggleLayersSelector.vue:134:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎····`                                                                                                                                                                                                                                                                                                                                                                                                                               
  Modules/Messaging/Component.vue:3:44
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··········v-if="showSearchToolbar"⏎··········:archive="tab·===·'archive'"⏎··········@filtered-selection="updateFilter"⏎········>⏎·······` with `·v-if="showSearchToolbar"·:archive="tab·===·'archive'"·@filtered-selection="updateFilter">`                                                                                                                                                                                        
  Modules/Messaging/Component.vue:21:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········ref="conversationList"⏎········class="byx-messaging-conversation-list"⏎······` with `·ref="conversationList"·class="byx-messaging-conversation-list"`                                                                                                                                                                                                                                                                      
  Modules/Messaging/Component.vue:28:10
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············:key="activeConversationId"⏎············:conversation-id="activeConversationId"⏎··········>⏎·········` with `·:key="activeConversationId"·:conversation-id="activeConversationId">`                                                                                                                                                                                                                                    
  Modules/Messaging/Component.vue:59:31
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `.filter(({view,·subView})·=>·view·===·tab·&&·subView·!==·'message')` with `⏎········.filter(({view,·subView})·=>·view·===·tab·&&·subView·!==·'message')⏎········`                                                                                                                                                                                                                                                                   
  Modules/Messaging/Component.vue:175:28
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:176:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `········` with `··········`                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Messaging/Component.vue:177:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:178:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:179:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:180:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `.filter(({view,·subView})·=>·view·===·tab·&&·subView·===·'message')` with `⏎········.filter(({view,·subView})·=>·view·===·tab·&&·subView·===·'message')⏎········`                                                                                                                                                                                                                                                                   
  Modules/Messaging/Component.vue:185:28
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:186:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `········` with `··········`                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Messaging/Component.vue:187:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:188:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:189:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Component.vue:190:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········v-if="conversation·&&·conversationId·!==·-1"⏎········class="byx-inside"⏎······` with `·v-if="conversation·&&·conversationId·!==·-1"·class="byx-inside"`                                                                                                                                                                                                                                                                    
  Modules/Messaging/Components/ActiveConversation.vue:9:11
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············:href="`/prn/patients/patient/${conversation.associated_patient}/`"⏎··············class="byx-clickable"⏎············` with `·:href="`/prn/patients/patient/${conversation.associated_patient}/`"·class="byx-clickable"`                                                                                                                                                                                              
  Modules/Messaging/Components/ActiveConversation.vue:17:15
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············class="byx-messaging-conversation-participants-toggle"⏎··············@click="showParticipants·=·!showParticipants"⏎············` with `·class="byx-messaging-conversation-participants-toggle"·@click="showParticipants·=·!showParticipants;"`                                                                                                                                                                       
  Modules/Messaging/Components/ActiveConversation.vue:27:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················{{·participantsLabel·}}⏎··············</span>⏎··············<i·class="otb-icon16·fugue-arrow-270-small">⏎·············` with `·{{·participantsLabel·}}·</span>·<i·class="otb-icon16·fugue-arrow-270-small">`                                                                                                                                                                                                       
  Modules/Messaging/Components/ActiveConversation.vue:31:21
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎··············class="byx-messaging-conversation-direction-toggle"⏎··············@click="sortDirection·=·!sortDirection"⏎············` with `·class="byx-messaging-conversation-direction-toggle"·@click="sortDirection·=·!sortDirection;"`                                                                                                                                                                                         
  Modules/Messaging/Components/ActiveConversation.vue:37:18
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎················{{·sortDirectionLabel·}}⏎··············</span>⏎··············<i·class="otb-icon16·fugue-arrow-270-small">⏎·············` with `·{{·sortDirectionLabel·}}·</span>·<i·class="otb-icon16·fugue-arrow-270-small">`                                                                                                                                                                                                     
  Modules/Messaging/Components/ActiveConversation.vue:41:21
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎···········`                                                                                                                                                                                                                                                                                                                                                                                                                        
  Modules/Messaging/Components/ActiveConversation.vue:54:72
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎···········`                                                                                                                                                                                                                                                                                                                                                                                                                        
  Modules/Messaging/Components/ActiveConversation.vue:56:65
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎············v-for="participation·in·storeMessages"⏎············:key="participation.id"⏎············:message="participation"⏎··········>⏎·········` with `·v-for="participation·in·storeMessages"·:key="participation.id"·:message="participation">`                                                                                                                                                                                
  Modules/Messaging/Components/ActiveConversation.vue:61:19
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Components/ActiveConversation.vue:71:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Components/ActiveConversation.vue:72:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `········` with `··········`                                                                                                                                                                                                                                                                                                                                                                                                         
  Modules/Messaging/Components/ActiveConversation.vue:73:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Components/ActiveConversation.vue:74:7
  

  ✘  https://google.com/#q=prettier%2Fprettier  Insert `··`                                                                                                                                                                                                                                                                                                                                                                                                                                  
  Modules/Messaging/Components/ActiveConversation.vue:75:1
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····:class="wrapperClasses"⏎····@click="onConversationClick"⏎··` with `·:class="wrapperClasses"·@click="onConversationClick"`                                                                                                                                                                                                                                                                                                      
  Modules/Messaging/Components/ConversationList.vue:2:6
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······</span>⏎······<span·:class="topicClasses">⏎········{{·conversationData.topic·}}⏎·····` with `·</span>·<span·:class="topicClasses">·{{·conversationData.topic·}}`                                                                                                                                                                                                                                                             
  Modules/Messaging/Components/ConversationList.vue:7:39
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·····`                                                                                                                                                                                                                                                                                                                                                                                                                              
  Modules/Messaging/Components/ConversationList.vue:14:76
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······{{·time·}}⏎····` with `{{·time·}}`                                                                                                                                                                                                                                                                                                                                                                                           
  Modules/Messaging/Components/ConversationList.vue:17:61
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎·······`                                                                                                                                                                                                                                                                                                                                                                                                                            
  Modules/Messaging/Components/Message.vue:5:52
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎········{{·formatShortDateTime(message.sent_date_time)·}}⏎······` with `{{·formatShortDateTime(message.sent_date_time)·}}`                                                                                                                                                                                                                                                                                                         
  Modules/Messaging/Components/Message.vue:8:64
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎······`                                                                                                                                                                                                                                                                                                                                                                                                                             
  Modules/Messaging/Components/Message.vue:14:32
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎····`                                                                                                                                                                                                                                                                                                                                                                                                                               
  Modules/Messaging/Components/Message.vue:18:28
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······placeholder="Text·to·search..."⏎······clearable⏎······@on-enter="onEnter"⏎····>⏎···` with `·placeholder="Text·to·search..."·clearable·@on-enter="onEnter">`                                                                                                                                                                                                                                                                  
  Modules/Messaging/Components/SearchBar.vue:3:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `">⏎·····` with `;">`                                                                                                                                                                                                                                                                                                                                                                                                                
  Modules/Messaging/Components/SearchBar.vue:10:95
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `">⏎·····` with `;">`                                                                                                                                                                                                                                                                                                                                                                                                                
  Modules/Messaging/Components/SearchBar.vue:14:99
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `">⏎·····` with `;">`                                                                                                                                                                                                                                                                                                                                                                                                                
  Modules/Messaging/Components/SearchBar.vue:18:94
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button></byx-button>⏎··` with `<byx-button></byx-button>`                                                                                                                                                                                                                                                                                                                                                                 
  Storybook/Stories/ByxButton/ByxButton.story.1.vue:2:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Storybook/Stories/ByxButton/ByxButton.story.1.vue:21:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button⏎······:disabled="disabled"⏎······:value="value"⏎······@on-click="onSelect"⏎····>⏎····</byx-button>⏎··` with `<byx-button·:disabled="disabled"·:value="value"·@on-click="onSelect">·</byx-button>`                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.10.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button⏎······:value="value"⏎······@on-click="onSelect"⏎····>⏎····</byx-button>⏎··` with `<byx-button·:value="value"·@on-click="onSelect">·</byx-button>`                                                                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.11.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button⏎······:value="value"⏎······@on-click="onSelect"⏎····>⏎····</byx-button>⏎··` with `<byx-button·:value="value"·@on-click="onSelect">·</byx-button>`                                                                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.12.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button·:value="value">⏎····</byx-button>⏎··` with `<byx-button·:value="value">·</byx-button>`                                                                                                                                                                                                                                                                                                                             
  Storybook/Stories/ByxButton/ByxButton.story.2.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button·:value="value">⏎····</byx-button>⏎··` with `<byx-button·:value="value">·</byx-button>`                                                                                                                                                                                                                                                                                                                             
  Storybook/Stories/ByxButton/ByxButton.story.3.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button·:value="value">⏎····</byx-button>⏎··` with `<byx-button·:value="value">·</byx-button>`                                                                                                                                                                                                                                                                                                                             
  Storybook/Stories/ByxButton/ByxButton.story.4.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button·:value="value">⏎····</byx-button>⏎··` with `<byx-button·:value="value">·</byx-button>`                                                                                                                                                                                                                                                                                                                             
  Storybook/Stories/ByxButton/ByxButton.story.5.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:value="value"⏎······@on-click="onButtonClick"⏎····>⏎···` with `·:value="value"·@on-click="onButtonClick">`                                                                                                                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.6.vue:3:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······ref="output"⏎······class="output"⏎····>⏎····` with `·ref="output"·class="output">`                                                                                                                                                                                                                                                                                                                                           
  Storybook/Stories/ByxButton/ByxButton.story.6.vue:8:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:disabled="disabled"⏎······:value="value"⏎······@on-click="onButtonClick"⏎····>⏎···` with `·:disabled="disabled"·:value="value"·@on-click="onButtonClick">`                                                                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.7.vue:3:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······ref="output"⏎······class="output"⏎····>⏎····` with `·ref="output"·class="output">`                                                                                                                                                                                                                                                                                                                                           
  Storybook/Stories/ByxButton/ByxButton.story.7.vue:9:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button⏎······:value="value"⏎······@on-click="onSelect"⏎····>⏎····</byx-button>⏎··` with `<byx-button·:value="value"·@on-click="onSelect">·</byx-button>`                                                                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.8.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-button⏎······:value="value"⏎······@on-click="onSelect"⏎····>⏎····</byx-button>⏎··` with `<byx-button·:value="value"·@on-click="onSelect">·</byx-button>`                                                                                                                                                                                                                                                                  
  Storybook/Stories/ByxButton/ByxButton.story.9.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-switch></byx-switch>⏎··` with `<byx-switch></byx-switch>`                                                                                                                                                                                                                                                                                                                                                                 
  Storybook/Stories/ByxSwitch/ByxSwitch.story.1.vue:2:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Storybook/Stories/ByxSwitch/ByxSwitch.story.1.vue:21:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎···`                                                                                                                                                                                                                                                                                                                                                                                                                                
  Storybook/Stories/ByxSwitch/ByxSwitch.story.2.vue:3:50
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······ref="output"⏎······class="output·red"⏎····>⏎····` with `·ref="output"·class="output·red">`                                                                                                                                                                                                                                                                                                                                   
  Storybook/Stories/ByxSwitch/ByxSwitch.story.2.vue:5:9
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-switch·:initial-value="initialValue">⏎····</byx-switch>⏎··` with `<byx-switch·:initial-value="initialValue">·</byx-switch>`                                                                                                                                                                                                                                                                                               
  Storybook/Stories/ByxSwitch/ByxSwitch.story.3.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-switch·:icon="icon">⏎····</byx-switch>⏎··` with `<byx-switch·:icon="icon">·</byx-switch>`                                                                                                                                                                                                                                                                                                                                 
  Storybook/Stories/ByxSwitch/ByxSwitch.story.4.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-switch⏎······:false-label="falseLabel"⏎······:true-label="trueLabel"⏎····>⏎····</byx-switch>⏎··` with `<byx-switch·:false-label="falseLabel"·:true-label="trueLabel">·</byx-switch>`                                                                                                                                                                                                                                      
  Storybook/Stories/ByxSwitch/ByxSwitch.story.5.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:disabled="disabled"⏎······:false-label="falseLabel"⏎······:true-label="trueLabel"⏎····>⏎···` with `·:disabled="disabled"·:false-label="falseLabel"·:true-label="trueLabel">`                                                                                                                                                                                                                                                
  Storybook/Stories/ByxSwitch/ByxSwitch.story.6.vue:3:16
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-color-picker></byx-color-picker>⏎··` with `<byx-color-picker></byx-color-picker>`                                                                                                                                                                                                                                                                                                                                         
  Storybook/Stories/ColorPicker/ColorPicker.story.1.vue:2:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<byx-color-picker·:initial-value="initialValue">⏎····</byx-color-picker>⏎··` with `<byx-color-picker·:initial-value="initialValue">·</byx-color-picker>`                                                                                                                                                                                                                                                                       
  Storybook/Stories/ColorPicker/ColorPicker.story.2.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:initial-value="initialValue"⏎······@on-value-update="onValueUpdate"⏎····>⏎···` with `·:initial-value="initialValue"·@on-value-update="onValueUpdate">`                                                                                                                                                                                                                                                                      
  Storybook/Stories/ColorPicker/ColorPicker.story.3.vue:3:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:disabled="disabled"⏎······:initial-value="initialValue"⏎····>⏎···` with `·:disabled="disabled"·:initial-value="initialValue">`                                                                                                                                                                                                                                                                                              
  Storybook/Stories/ColorPicker/ColorPicker.story.4.vue:3:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input></number-input>⏎··` with `<number-input></number-input>`                                                                                                                                                                                                                                                                                                                                                         
  Storybook/Stories/NumberInput/NumberInput.story.1.vue:2:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Storybook/Stories/NumberInput/NumberInput.story.1.vue:21:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input·:initial-value="initialValue">⏎····</number-input>⏎··` with `<number-input·:initial-value="initialValue">·</number-input>`                                                                                                                                                                                                                                                                                       
  Storybook/Stories/NumberInput/NumberInput.story.2.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input⏎······:initial-value="initialValue"⏎······:step="step"⏎····>⏎····</number-input>⏎··` with `<number-input·:initial-value="initialValue"·:step="step">·</number-input>`                                                                                                                                                                                                                                            
  Storybook/Stories/NumberInput/NumberInput.story.3.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input·⏎······:initial-value="initialValue"·⏎······:min="min"·⏎······:max="max"⏎····>⏎····</number-input>⏎··` with `<number-input·:initial-value="initialValue"·:min="min"·:max="max">·</number-input>`                                                                                                                                                                                                                 
  Storybook/Stories/NumberInput/NumberInput.story.4.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input⏎······:initial-value="initialValue"⏎······:precision="precision"⏎····>⏎····</number-input>⏎··` with `<number-input·:initial-value="initialValue"·:precision="precision">·</number-input>`                                                                                                                                                                                                                        
  Storybook/Stories/NumberInput/NumberInput.story.5.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input·:placeholder="placeholder">⏎····</number-input>⏎··` with `<number-input·:placeholder="placeholder">·</number-input>`                                                                                                                                                                                                                                                                                             
  Storybook/Stories/NumberInput/NumberInput.story.6.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<number-input⏎······:initial-value="initialValue"⏎······:disabled="disabled"⏎····>⏎····</number-input>⏎··` with `<number-input·:initial-value="initialValue"·:disabled="disabled">·</number-input>`                                                                                                                                                                                                                            
  Storybook/Stories/NumberInput/NumberInput.story.7.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<rich-text-editor></rich-text-editor>⏎··` with `<rich-text-editor></rich-text-editor>`                                                                                                                                                                                                                                                                                                                                         
  Storybook/Stories/RichTextEditor/RichTextEditor.story.1.vue:2:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Storybook/Stories/RichTextEditor/RichTextEditor.story.1.vue:21:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<rich-text-editor·:button-icon="buttonIcon">⏎····</rich-text-editor>⏎··` with `<rich-text-editor·:button-icon="buttonIcon">·</rich-text-editor>`                                                                                                                                                                                                                                                                               
  Storybook/Stories/RichTextEditor/RichTextEditor.story.2.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:button-icon="buttonIcon"⏎······@on-value-update="onValueUpdate"⏎····>⏎···` with `·:button-icon="buttonIcon"·@on-value-update="onValueUpdate">`                                                                                                                                                                                                                                                                              
  Storybook/Stories/RichTextEditor/RichTextEditor.story.3.vue:3:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:button-icon="buttonIcon"⏎······:initial-value="initialValue"⏎····>⏎···` with `·:button-icon="buttonIcon"·:initial-value="initialValue">`                                                                                                                                                                                                                                                                                    
  Storybook/Stories/RichTextEditor/RichTextEditor.story.4.vue:3:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:button-icon="buttonIcon"⏎······:placeholder="placeholder"⏎····>⏎···` with `·:button-icon="buttonIcon"·:placeholder="placeholder">`                                                                                                                                                                                                                                                                                          
  Storybook/Stories/RichTextEditor/RichTextEditor.story.5.vue:3:22
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<rich-text-editor⏎······:button-icon="buttonIcon"⏎······:disabled="disabled"⏎····>⏎····</rich-text-editor>⏎··` with `<rich-text-editor·:button-icon="buttonIcon"·:disabled="disabled">·</rich-text-editor>`                                                                                                                                                                                                                    
  Storybook/Stories/RichTextEditor/RichTextEditor.story.6.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<select-one></select-one>⏎··` with `<select-one></select-one>`                                                                                                                                                                                                                                                                                                                                                                 
  Storybook/Stories/SelectOne/SelectOne.story.1.vue:2:8
  

  ✘  https://google.com/#q=prettier%2Fprettier  Delete `⏎`                                                                                                                                                                                                                                                                                                                                                                                                                                   
  Storybook/Stories/SelectOne/SelectOne.story.1.vue:21:20
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<select-one·:options="options">⏎····</select-one>⏎··` with `<select-one·:options="options">·</select-one>`                                                                                                                                                                                                                                                                                                                     
  Storybook/Stories/SelectOne/SelectOne.story.2.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<select-one⏎······:initial-value="initialValue"⏎······:options="options"⏎····>⏎····</select-one>⏎··` with `<select-one·:initial-value="initialValue"·:options="options">·</select-one>`                                                                                                                                                                                                                                        
  Storybook/Stories/SelectOne/SelectOne.story.3.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:clearable="clearable"·⏎······:initial-value="initialValue"·⏎······:options="options"⏎····>⏎···` with `:clearable="clearable"·:initial-value="initialValue"·:options="options">`                                                                                                                                                                                                                                             
  Storybook/Stories/SelectOne/SelectOne.story.4.vue:3:17
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎····<select-one⏎······:options="options"⏎····>⏎····</select-one>⏎··` with `<select-one·:options="options">·</select-one>`                                                                                                                                                                                                                                                                                                          
  Storybook/Stories/SelectOne/SelectOne.story.5.vue:2:40
  

  ✘  https://google.com/#q=prettier%2Fprettier  Replace `⏎······:clearable="clearable"⏎······:disabled="disabled"⏎······:initial-value="initialValue"⏎······:options="options"⏎····>⏎···` with `·:clearable="clearable"·:disabled="disabled"·:initial-value="initialValue"·:options="options">`                                                                                                                                                                                              
  Storybook/Stories/SelectOne/SelectOne.story.6.vue:3:16
  


✘ 342 problems (342 errors, 0 warnings)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lydellcommented, Nov 14, 2018

Make sure to extend prettier/vue.

1reaction
lydellcommented, Nov 14, 2018

@Xotic750 The CLI helper tool must not report any conflicting rules. Let me know if you need help with the configuration.

Read more comments on GitHub >

github_iconTop Results From Across the Web

User Guide | eslint-plugin-vue
Settings and rules to enable correct ESLint parsing. Configurations for using Vue.js 3.x. "plugin:vue/vue3-essential" ... base ...
Read more >
ESLint and Prettier with Vite and Vue.js 3 - Vue School Blog
While linting is focused on detecting errors, formatting is about ensuring your code adheres to some consistent formatting rules such as tab ...
Read more >
Changelog - Cypress Documentation
This change aligns Cypress' cookie rules with the browser cookie rules. ... is now generally available for projects using React, Next.js, Angular, and...
Read more >
Blog archives - GitLab
Having trouble viewing or submitting this form? ... Sep 20, 2022 Mobile DevOps with GitLab, Part 1 - Code signing with Project-level Secure...
Read more >
eslint-plugin-vue - npm
Official ESLint plugin for Vue.js. Latest version: 9.8.0, last published: a month ago. Start using eslint-plugin-vue in your project by ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found