Skip to content

Commit

Permalink
Update to Prettier 3.1.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlansley committed Dec 29, 2023
1 parent f5bb0d1 commit 86075f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
.idea
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@checkdigit/prettier-config",
"version": "5.0.0",
"version": "5.1.0",
"description": "Check Digit code formatting configuration",
"private": false,
"main": "index.json",
"type": "module",
"engines": {
"node": ">=20.9"
"node": ">=20.10"
},
"author": "Check Digit, LLC",
"license": "MIT",
"scripts": {
"prettier": "prettier --ignore-path .gitignore --list-different .",
"prettier:fix": "prettier --ignore-path .gitignore --write .",
"test": "npm run ci:test",
"ci:test": "npm run ci:style && prettier --version | grep -q '3.1.0'",
"ci:test": "npm run ci:style && prettier --version | grep -q '3.1.1'",
"ci:style": "npm run prettier"
},
"peerDependencies": {
"prettier": "3.1.0"
"prettier": "3.1.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 86075f1

Please sign in to comment.