Skip to content
Snippets Groups Projects
Commit 4b31c030 authored by MARTIN Pierre-Alexandre's avatar MARTIN Pierre-Alexandre
Browse files

Amélioration linter

parent cf3db56e
Branches dev
No related tags found
No related merge requests found
Pipeline #24753 passed with warnings
......@@ -71,7 +71,7 @@ lint:
- job: build
artifacts: true
script:
- npm run lint
- npm run lint-fix
check-updates:
stage: test
......
<script setup lang="ts">
import {type LatLngExpression} from "leaflet";
import type {LatLngExpression} from "leaflet";
import 'leaflet.markercluster';
import * as v from 'valibot';
import {calculateCenter, calculateMaxBounds, createMarkerNumberedIcon} from "~/utils/MapUtils";
......
......@@ -19,7 +19,7 @@
"vue3-smooth-dnd": "^0.0.6"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/lucide": "^1.2.27",
"@iconify-json/material-symbols": "^1.2.14",
"@nuxt/test-utils": "^3.17.0",
"@vue/test-utils": "^2.4.6",
......@@ -1391,9 +1391,9 @@
}
},
"node_modules/@iconify-json/lucide": {
"version": "1.2.26",
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.26.tgz",
"integrity": "sha512-arD/8mK0lRxFY2LgLf345NhWVWiOtV8sOxJuLnq4QRz3frMiOwVwGxEgp5Xe/bRGzxO2CxxCBok0bPRpCkYZQQ==",
"version": "1.2.27",
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.27.tgz",
"integrity": "sha512-Q1Msf39/6TuY3DL9vKkrAbGaK7/28E0/9oWnwcgfSQ9zJvOV1bY9OzK14vIBIqtaGyYI5st/wwNiJNi+16WEkQ==",
"dev": true,
"license": "ISC",
"dependencies": {
......
......@@ -7,6 +7,7 @@
"dev": "node_modules/.bin/nuxt dev --dotenv .env",
"generate": "node_modules/.bin/nuxt generate",
"lint": "node_modules/.bin/eslint .",
"lint-fix": "node_modules/.bin/eslint . --fix",
"postinstall": "node_modules/.bin/nuxt prepare",
"preview": "node_modules/.bin/nuxt preview",
"prod": " node .output/server/index.mjs",
......@@ -26,7 +27,7 @@
"vue3-smooth-dnd": "^0.0.6"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/lucide": "^1.2.27",
"@iconify-json/material-symbols": "^1.2.14",
"@nuxt/test-utils": "^3.17.0",
"@vue/test-utils": "^2.4.6",
......
import {type SelectedExercise} from "~/types/Exercise";
import type {SelectedExercise} from "~/types/Exercise";
import type {ResponseBody} from "~/types/ResponseBody";
import type {Route} from "~/types/Route";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment