Skip to content

Commit

Permalink
Fixed prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Nov 19, 2023
1 parent 94b971c commit 05dd5fc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"trailingComma": "none",
"semi": false,
"printWidth": 100,
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
"pluginSearchDirs": false
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^2.2.0",
"prettier": "^3.1.0",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"typescript": "^5.2.2",
Expand Down
11 changes: 0 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions prettier.config.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Props {
const { title } = Astro.props
---

<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 05dd5fc

Please sign in to comment.