Add client linting to GitHub Actions workflow
Enhance CI/CD pipeline by introducing a new job to run ESLint on the client application. This ensures code quality and consistency for the frontend codebase.
This commit is contained in:
@@ -179,7 +179,6 @@
|
||||
|
||||
<script setup>
|
||||
import { computed } from "vue"
|
||||
import VButton from "~/components/global/VButton.vue"
|
||||
import ExtraMenu from "../../../components/pages/forms/show/ExtraMenu.vue"
|
||||
import FormCleanings from "../../../components/pages/forms/show/FormCleanings.vue"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user