Skip to content

Commit 7cbc39a

Browse files
authored
chore: update prettier to v3 (#201)
1 parent 9f9e2f6 commit 7cbc39a

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.prettierrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"semi": false,
3-
"tabWidth": 2,
43
"singleQuote": true,
5-
"printWidth": 80,
6-
"trailingComma": "all",
74
"overrides": [
85
{
96
"files": ["*.json5"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"npm-run-all": "^4.1.5",
4848
"picocolors": "^1.0.0",
4949
"playwright-chromium": "^1.36.2",
50-
"prettier": "2.8.8",
50+
"prettier": "^3.0.0",
5151
"rollup": "^3.27.0",
5252
"simple-git-hooks": "^2.9.0",
5353
"tsx": "^3.12.7",

playground/mdx/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/ssr-react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)