diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 00000000..38d9aa9a --- /dev/null +++ b/.prettierrc.yaml @@ -0,0 +1,4 @@ +semi: false +singleQuote: true +printWidth: 80 +trailingComma: none diff --git a/lib/components/STableCell.vue b/lib/components/STableCell.vue index 74af2144..fbff8c99 100644 --- a/lib/components/STableCell.vue +++ b/lib/components/STableCell.vue @@ -1,6 +1,7 @@ + + + + diff --git a/lib/components/STableHeader.vue b/lib/components/STableHeader.vue index c96398a3..e12d2d9d 100644 --- a/lib/components/STableHeader.vue +++ b/lib/components/STableHeader.vue @@ -1,6 +1,6 @@