Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Linko91 committed Sep 19, 2024
1 parent 33bc543 commit ce7dda8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"build-analyzer": "vite-bundle-visualizer -t sunburst",
"build-check": "run-s libs-reload build lint type-check format test:e2e test:unit",
"build-check": "run-s libs-reload build lint type-check format test:e2e test:unit",
"pre-merge": "run-s lint type-check format",
"preview": "vite build && echo '' && vite preview --port 4173 --host",
"preview-only": "vite preview --port 4173 --host",
"test:unit": "vitest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
import type { CaseDataStore } from "@/types/incidentManagement/cases.d"
import Api from "@/api"
import Icon from "@/components/common/Icon.vue"
import _clone from "lodash/cloneDeep"
import {
NButton,
NCollapseTransition,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ import { useSettingsStore } from "@/stores/settings"
import { formatDate } from "@/utils"
import bytes from "bytes"
import { saveAs } from "file-saver"
import _clone from "lodash/cloneDeep"
import _truncate from "lodash/truncate"
import { NButton, NPopconfirm, NSpin, useMessage } from "naive-ui"
import { computed, ref } from "vue"
Expand Down

0 comments on commit ce7dda8

Please sign in to comment.