"verl/workers/git@developer.sourcefind.cn:OpenDAS/EasyR1.git" did not exist on "2eaae45d4d9461014fc69db22d359230c773e197"
Commit e3e037e1 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: windows invocations of prettier

parent 9a957670
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
"lint:frontend": "eslint . --fix", "lint:frontend": "eslint . --fix",
"lint:types": "npm run check", "lint:types": "npm run check",
"lint:backend": "pylint backend/", "lint:backend": "pylint backend/",
"format": "prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'", "format": "prettier --plugin-search-dir --write \"**/*.{js,ts,svelte,css,md,html,json}\"",
"format:backend": "black . --exclude \"/venv/\"", "format:backend": "black . --exclude \"/venv/\"",
"i18n:parse": "i18next --config i18next-parser.config.ts && prettier --write 'src/lib/i18n/**/*.{js,json}'", "i18n:parse": "i18next --config i18next-parser.config.ts && prettier --write \"src/lib/i18n/**/*.{js,json}\"",
"cy:open": "cypress open" "cy:open": "cypress open"
}, },
"devDependencies": { "devDependencies": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment