Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e3e037e1
"vscode:/vscode.git/clone" did not exist on "22d7ce2b7f6eefd51e107b03ed51df8b2370814a"
Commit
e3e037e1
authored
May 11, 2024
by
Jun Siang Cheah
Browse files
fix: windows invocations of prettier
parent
9a957670
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+2
-2
No files found.
package.json
View file @
e3e037e1
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment