Skip to content

Commit

Permalink
Lint farm-ui components.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Jun 29, 2023
1 parent 2a2b5b0 commit 7de4fea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/farm-ui/src/components/FarmInline.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { h } from 'vue';
import noEmptyVNodes from '../noEmptyVNodes';
import { responsiveProps, mapResponsiveProps, responsiveValidator } from '../responsiveProps';
import { h } from 'vue'
export default {
name: 'FarmInline',
Expand Down
2 changes: 1 addition & 1 deletion packages/farm-ui/src/components/FarmStack.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script>
import { h } from 'vue';
import noEmptyVNodes from '../noEmptyVNodes';
import {
responsiveProps, mapResponsiveProps, responsiveValidator, mapResponsiveEnums,
} from '../responsiveProps';
import { h } from 'vue'
export default {
name: 'FarmStack',
Expand Down
2 changes: 1 addition & 1 deletion packages/farm-ui/src/components/FarmText.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { h } from 'vue'
import { h } from 'vue';
export default {
name: 'FarmText',
Expand Down
2 changes: 1 addition & 1 deletion packages/farm-ui/src/components/FarmTextLabel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { h } from 'vue'
import { h } from 'vue';
export default {
name: 'FarmTextLabel',
Expand Down
2 changes: 1 addition & 1 deletion packages/farm-ui/src/components/FarmTiles.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { h, Fragment } from 'vue';
import noEmptyVNodes from '../noEmptyVNodes';
import { responsiveProps, mapResponsiveProps, responsiveValidator } from '../responsiveProps';
import { h, Fragment } from 'vue'
export default {
name: 'FarmTiles',
Expand Down

0 comments on commit 7de4fea

Please sign in to comment.