Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f466ec

Browse files
committed
fix: fixed formatting
1 parent 686f810 commit 7f466ec

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>vite-react</title><link rel="stylesheet" href="dist/assets/index-DmjT2C51.css" />
7+
<title>vite-react</title>
8+
<link rel="stylesheet" href="dist/assets/index-DmjT2C51.css" />
89
<script src="https://unpkg.com/react-scan/dist/auto.global.js"></script>
910
</head>
1011
<body>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"uninstall-husky": "pnpm remove husky && git config --unset core.hooksPath && rimraf .husky",
5050
"lint-staged": "lint-staged",
5151
"cm": "cz",
52+
"cz": "cz",
5253
"// --- CI ---": "",
5354
"ci:lint": "pnpm run check",
5455
"ci:test:unit": "pnpm run test:cov",

src/data/v6-cheatsheet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3979,4 +3979,4 @@
39793979
"desc": "This declaration statement designates th",
39803980
"category": "Strategy"
39813981
}
3982-
]
3982+
]

0 commit comments

Comments
 (0)