Skip to content

Commit

Permalink
Remove prettier + update title
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Nov 14, 2024
1 parent bca901c commit d15ca52
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"TSES",
"unimported",
"unmagler",
"unplugin",
"unsubscribers"
],
"eslint.ignoreUntitled": true,
Expand Down
4 changes: 0 additions & 4 deletions packages/swc-plugin-obsidian/demo/.prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion packages/swc-plugin-obsidian/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Todo DDD</title>
<title>Obsidian SWC Plugin Example</title>
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 0 additions & 3 deletions packages/swc-plugin-obsidian/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"dev": "vite",
"build": "tsc && vite build --base=/react-todo-app-ddd-service",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"format:ci": "prettier --check .",
"test": "vitest",
"test:ci": "vitest run",
"preview": "vite preview"
Expand Down Expand Up @@ -37,7 +35,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.0",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"unplugin-swc": "^1.5.1",
"vite": "^5.4.9",
Expand Down

0 comments on commit d15ca52

Please sign in to comment.