prettier-plugin-sh
Advanced tools
Comparing version 0.13.1 to 0.14.0
@@ -234,2 +234,4 @@ export const languages = [ | ||
".ackrc", | ||
".rspec", | ||
".yardopts", | ||
"ackrc", | ||
@@ -414,4 +416,19 @@ "mocha.opts" | ||
] | ||
}, | ||
{ | ||
"name": "nvmrc", | ||
"since": "0.14.0", | ||
"parsers": [ | ||
"sh" | ||
], | ||
"extensions": [ | ||
".node-version", | ||
".nvmrc" | ||
], | ||
"filenames": [ | ||
".node-version", | ||
".nvmrc" | ||
] | ||
} | ||
]; | ||
//# sourceMappingURL=languages.js.map |
{ | ||
"name": "prettier-plugin-sh", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"type": "module", | ||
@@ -37,3 +37,3 @@ "description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...", | ||
"peerDependencies": { | ||
"prettier": "^3.0.0" | ||
"prettier": "^3.0.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "dependencies": { |
@@ -36,4 +36,12 @@ <p align="center"> | ||
Once installed, [Prettier plugins](https://prettier.io/docs/en/plugins.html) should be automatically recognized by Prettier. To use this plugin, confirm that it's installed and run Prettier using your preferred method. For example: | ||
Once installed, [Prettier plugins](https://prettier.io/docs/en/plugins.html) must be added to `.prettierrc`: | ||
```json | ||
{ | ||
"plugins": ["prettier-plugin-sh"] | ||
} | ||
``` | ||
Then: | ||
```sh | ||
@@ -80,2 +88,4 @@ # npx | ||
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin) | ||
| 1stG | RxTS | UnTS | | ||
@@ -82,0 +92,0 @@ | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106
50671
10
1304