prettier-plugin-svelte
Advanced tools
Comparing version 2.9.0 to 2.10.0
{ | ||
"name": "prettier-plugin-svelte", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "Svelte plugin for prettier", | ||
@@ -40,3 +40,3 @@ "main": "plugin.js", | ||
"rollup-plugin-typescript": "1.0.1", | ||
"svelte": "^3.54.0", | ||
"svelte": "^3.57.0", | ||
"ts-node": "^9.1.1", | ||
@@ -43,0 +43,0 @@ "tslib": "^2.0.3", |
@@ -32,6 +32,12 @@ # Prettier for Svelte 3 components | ||
As a one-time run: | ||
``` | ||
prettier --write --plugin-search-dir=. ./**/*.html | ||
npx prettier --write --plugin-search-dir=. ./**/*.html | ||
``` | ||
As part of your scripts in `package.json`: | ||
``` | ||
"format": "prettier --write --plugin-search-dir=. ./**/*.html" | ||
``` | ||
If you want to customize some formatting behavior, see section "Options" below. | ||
@@ -38,0 +44,0 @@ |
Sorry, the diff of this file is too big to display
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
268002
2150
196