change path run format & fixing bug file config

This commit is contained in:
Warunee Tamkoo 2024-09-02 14:02:48 +07:00
parent 2f4b6dadb8
commit ab0f84a605
4 changed files with 17 additions and 5 deletions

View file

@ -11,7 +11,8 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier ./src --write"
},
"dependencies": {
"@arcgis/core": "^4.28.10",