Skip to content

Commit

Permalink
⬆️ Bump the prettier group with 2 updates (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 2dbb294 commit 5d8bbeb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 34 deletions.
2 changes: 0 additions & 2 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ overrides:
- files: '*.svelte'
options:
parser: svelte
pluginSearchDirs:
- '.'
plugins:
- prettier-plugin-svelte
- prettier-plugin-tailwindcss
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --check . && eslint .",
"lint:fix": "eslint --fix . && pnpm run format",
"format": "prettier --write .",
"docker:build": "docker build --secret id=BUILD_BASE --tag lmgtfy .",
"docker:run": "docker run --publish 127.0.0.1:3000:3000 lmgtfy",
"docker:kill": "docker ps --format '{{.Image}} {{.ID}}' | grep lmgtfy | awk '{print $2}' | xargs docker kill"
Expand All @@ -40,9 +41,9 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.32",
"prettier": "^2.8.6",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.5",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.2.7",
Expand Down
49 changes: 23 additions & 26 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit 5d8bbeb

Please sign in to comment.