Skip to content

Commit

Permalink
Merge pull request #109 from nstringham/dependabot/npm_and_yarn/prett…
Browse files Browse the repository at this point in the history
…ier-3.2.4

build: ⬆️ bump prettier from 3.1.1 to 3.2.4
  • Loading branch information
nstringham authored Feb 4, 2024
2 parents d0ba888 + 356b651 commit d3a3d09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-html": "^3.2.2",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": ["src"]
"include": ["src"],
}

0 comments on commit d3a3d09

Please sign in to comment.