Skip to content

Commit

Permalink
chore: 使用Prettier格式化代码
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <kotsuki@crrashh.com>
  • Loading branch information
crrashh1542 committed Sep 1, 2024
1 parent 0689eee commit f8792a2
Show file tree
Hide file tree
Showing 23 changed files with 7,629 additions and 5,764 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 3
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = false
insert_final_newline = true
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Windows Up-to-Date</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Windows Up-to-Date</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"name": "win-up-to-date",
"version": "0.13.9",
"description": "A website project showing the latest status of Windows Insider versions.",
"author": "crrashh1542 <kotsuki@crrashh.com>",
"homepage": "https://wutd.crrashh.com",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/crrashh1542/win-up-to-date"
},
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/crrashh1542/win-up-to-date/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"p:check": "prettier . --check",
"p:write": "prettier . --write"
},
"devDependencies": {
"@fluentui/web-components": "^2.6.1",
"@iconify/vue": "^4.1.2",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"js-cookie": "^3.0.5",
"less": "^4.2.0",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1",
"vue": "^3.4.38",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.4.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"packageManager": "pnpm@9.2.0"
}
"name": "win-up-to-date",
"version": "0.13.9",
"description": "A website project showing the latest status of Windows Insider versions.",
"author": "crrashh1542 <kotsuki@crrashh.com>",
"homepage": "https://wutd.crrashh.com",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/crrashh1542/win-up-to-date"
},
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/crrashh1542/win-up-to-date/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"p:check": "prettier . --check",
"p:write": "prettier . --write"
},
"devDependencies": {
"@fluentui/web-components": "^2.6.1",
"@iconify/vue": "^4.1.2",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"js-cookie": "^3.0.5",
"less": "^4.2.0",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1",
"vue": "^3.4.38",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.4.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"packageManager": "pnpm@9.2.0"
}
Loading

0 comments on commit f8792a2

Please sign in to comment.