Skip to content

Commit 01c57e3

Browse files
committed
Remove prettier because this is a bash project
1 parent 59a3f93 commit 01c57e3

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"test": "bats ${CI:+--tap} test",
2929
"posttest": "npm run lint",
3030
"lint": "git ls-files bin etc script */*.*sh | xargs shellcheck",
31-
"lint:fix": "prettier --write .",
32-
"postlint": "prettier --check .",
3331
"postversion": "git push --follow-tags"
3432
},
3533
"dependencies": {
@@ -41,7 +39,6 @@
4139
"bats-assert": "^2.0.0",
4240
"bats-mock": "^1.2.5",
4341
"bats-support": "^0.3.0",
44-
"prettier": "^3.6.2",
4542
"shellcheck": "^3.0.0"
4643
}
4744
}

0 commit comments

Comments
 (0)