mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
swap shfmt for prettier-plugin-sh
This commit is contained in:
parent
3a429cc0c7
commit
9ddc0d0d42
@ -32,8 +32,7 @@ repos:
|
||||
# and lack of it break things. Use identify-cli for figuring out more
|
||||
# types to add.
|
||||
exclude_types: [svg, tsv]
|
||||
- id: end-of-file-fixer
|
||||
exclude: ^etc\/nginx\/.*$
|
||||
#- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
# These are not from `pre-commit sample-config`
|
||||
@ -161,11 +160,11 @@ repos:
|
||||
#- id: black-jupyter
|
||||
|
||||
# Shell code formatter, requires Go
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.8.0-1
|
||||
hooks:
|
||||
- id: shfmt
|
||||
#- id: shfmt-docker
|
||||
# - repo: https://github.com/scop/pre-commit-shfmt
|
||||
# rev: v3.8.0-1
|
||||
# hooks:
|
||||
# - id: shfmt
|
||||
#- id: shfmt-docker
|
||||
|
||||
# .editorconfig validity checking
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
|
@ -1,3 +1,5 @@
|
||||
*.py*
|
||||
*.jupyter
|
||||
*.json
|
||||
# prettier-plugin-sh is very unhappy with it
|
||||
rc/zshrc
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"plugins": ["prettier-plugin-nginx", "prettier-plugin-toml"],
|
||||
"plugins": [
|
||||
"prettier-plugin-nginx",
|
||||
"prettier-plugin-toml",
|
||||
"prettier-plugin-sh"
|
||||
],
|
||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
||||
}
|
||||
|
1
package.json
vendored
1
package.json
vendored
@ -2,6 +2,7 @@
|
||||
"devDependencies": {
|
||||
"prettier": "3.2.5",
|
||||
"prettier-plugin-nginx": "1.0.3",
|
||||
"prettier-plugin-sh": "0.14.0",
|
||||
"prettier-plugin-toml": "2.0.1"
|
||||
}
|
||||
}
|
||||
|
45
pnpm-lock.yaml
vendored
45
pnpm-lock.yaml
vendored
@ -13,6 +13,9 @@ importers:
|
||||
prettier-plugin-nginx:
|
||||
specifier: 1.0.3
|
||||
version: 1.0.3
|
||||
prettier-plugin-sh:
|
||||
specifier: 0.14.0
|
||||
version: 0.14.0(prettier@3.2.5)
|
||||
prettier-plugin-toml:
|
||||
specifier: 2.0.1
|
||||
version: 2.0.1(prettier@3.2.5)
|
||||
@ -30,12 +33,27 @@ packages:
|
||||
integrity: sha512-DV/Re3DPVY+BhBtLZ3dmP4mP6YMLSsgq9qGLXwOV38lvNF/fBlgvQswzlXmzCEefL/3q2eMoefZpOI/+GLuCNA==,
|
||||
}
|
||||
|
||||
mvdan-sh@0.10.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-kMbrH0EObaKmK3nVRKUIIya1dpASHIEusM13S4V1ViHFuxuNxCo+arxoa6j/dbV22YBGjl7UKJm9QQKJ2Crzhg==,
|
||||
}
|
||||
|
||||
prettier-plugin-nginx@1.0.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==,
|
||||
}
|
||||
|
||||
prettier-plugin-sh@0.14.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==,
|
||||
}
|
||||
engines: { node: ">=16.0.0" }
|
||||
peerDependencies:
|
||||
prettier: ^3.0.3
|
||||
|
||||
prettier-plugin-toml@2.0.1:
|
||||
resolution:
|
||||
{
|
||||
@ -53,6 +71,19 @@ packages:
|
||||
engines: { node: ">=14" }
|
||||
hasBin: true
|
||||
|
||||
sh-syntax@0.4.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-/l2UZ5fhGZLVZa16XQM9/Vq/hezGGbdHeVEA01uWjOL1+7Ek/gt6FquW0iKKws4a9AYPYvlz6RyVvjh3JxOteg==,
|
||||
}
|
||||
engines: { node: ">=16.0.0" }
|
||||
|
||||
tslib@2.6.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==,
|
||||
}
|
||||
|
||||
snapshots:
|
||||
"@taplo/core@0.1.1": {}
|
||||
|
||||
@ -60,11 +91,25 @@ snapshots:
|
||||
dependencies:
|
||||
"@taplo/core": 0.1.1
|
||||
|
||||
mvdan-sh@0.10.1: {}
|
||||
|
||||
prettier-plugin-nginx@1.0.3: {}
|
||||
|
||||
prettier-plugin-sh@0.14.0(prettier@3.2.5):
|
||||
dependencies:
|
||||
mvdan-sh: 0.10.1
|
||||
prettier: 3.2.5
|
||||
sh-syntax: 0.4.2
|
||||
|
||||
prettier-plugin-toml@2.0.1(prettier@3.2.5):
|
||||
dependencies:
|
||||
"@taplo/lib": 0.4.0-alpha.2
|
||||
prettier: 3.2.5
|
||||
|
||||
prettier@3.2.5: {}
|
||||
|
||||
sh-syntax@0.4.2:
|
||||
dependencies:
|
||||
tslib: 2.6.3
|
||||
|
||||
tslib@2.6.3: {}
|
||||
|
Loading…
Reference in New Issue
Block a user