Skip to content

Commit

Permalink
Fix ui errors in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlifeng committed Nov 17, 2023
1 parent ac20e84 commit e79facc
Show file tree
Hide file tree
Showing 11 changed files with 163 additions and 525 deletions.
6 changes: 6 additions & 0 deletions Wox.UI.React/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"printWidth": 200,
"semi": false,
"trailingComma": "none"
}
3 changes: 2 additions & 1 deletion Wox.UI.React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.30",
"typescript": "^5.0.2",
"vite": "^4.4.5"
"vite": "^4.4.5",
"prettier": "3.0.2"
}
}
Loading

0 comments on commit e79facc

Please sign in to comment.