Skip to content

Commit 561186e

Browse files
committed
formatting
1 parent 5516136 commit 561186e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apps/oem-flood-finder/frontend/src/components/LocationDetail.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,4 @@ const lastUpdatedDate = computed(() => {
158158
flex-direction: column;
159159
gap: 0.5rem;
160160
}
161-
162161
</style>

packages/eslint-config/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const viteJsConfig = defineConfig([
3434
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
3535
'no-undef': 'off',
3636
'vue-scoped-css/no-unused-selector': 'error',
37-
'vue-scoped-css/enforce-style-type': 'error'
37+
'vue-scoped-css/enforce-style-type': 'error',
3838
},
3939
},
4040
])

0 commit comments

Comments
 (0)