fix: update ESLint configuration to use explicit fixing and remove unnecessary volume mounts in Docker Compose

pull/7766/head
Akibur Rahman 4 months ago
parent c1a1323a0e
commit 406c103fa6

@ -8,7 +8,7 @@
"vue"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"i18n-ally.localesPaths": [
"server/locales"

@ -50,8 +50,6 @@ services:
- "3000:3000"
volumes:
- ../..:/wiki
- /wiki/node_modules
- /wiki/.git
volumes:

Loading…
Cancel
Save