🌐
npm
npmjs.com › package › @prettier › plugin-xml
@prettier/plugin-xml - npm
prettier plugin for XML. Latest version: 3.4.2, last published: 8 months ago. Start using @prettier/plugin-xml in your project by running `npm i @prettier/plugin-xml`. There are 135 other projects in the npm registry using @prettier/plugin-xml.
      » npm install @prettier/plugin-xml
    
Published   Jul 08, 2025
Version   3.4.2
Author   Kevin Newton
🌐
Prettier
prettier.io › docs › plugins
Plugins · Prettier
@prettier/plugin-xml · prettier-plugin-apex by @dangmai · prettier-plugin-astro by @withastro contributors · prettier-plugin-bigcommerce-stencil by @phoenix128 · prettier-plugin-elm by @giCentre · prettier-plugin-erb by @adamzapasnik · prettier-plugin-gherkin by @mapado ·
🌐
npm
npmjs.com › package › prettier-plugin-embed
prettier-plugin-embed - npm
By leveraging Prettier's plugin system, this plugin overrides the default embed function of the estree printer, so varieties of new languages can be hooked in through this function. Check this file to get an idea of how this is accomplished. Support for Additional Languages: Extend the embedded language formatting capability to include languages such as XML, SQL, PHP, and more.
      » npm install prettier-plugin-embed
    
Published   Dec 19, 2025
Version   0.5.1
Author   Ze-Zheng Wu
🌐
npm
npmjs.com › package › prettier-plugin-xml
prettier-plugin-xml
prettier-plugin-xml is a prettier plugin for XML. prettier is an opinionated code formatter that supports multiple languages and integrates with most editors.
      » npm install prettier-plugin-xml
    
Published   Nov 12, 2019
Version   0.1.0
Author   Kevin Deisz
🌐
jsDelivr
cdn.jsdelivr.net › @prettier/plugin-xml@3.4.2
@prettier/plugin-xml CDN by jsDelivr - A free, fast, and reliable Open Source CDN
Looking for a nice landing page for your package? https://www.jsdelivr.com/package/npm/@prettier/plugin-xml
🌐
Bundlephobia
bundlephobia.com › package › @prettier › plugin-xml
@prettier/plugin-xml ❘ Bundlephobia
Find the size of javascript package @prettier/plugin-xml. Bundlephobia helps you find the performance impact of npm packages.
🌐
Prettier
prettier.io › docs › sharing-configurations
Sharing configurations · Prettier
// index.js const config = { singleQuote: true, plugins: ["prettier-plugin-xml"], }; export default config;
🌐
GitHub
github.com › ionic-team › trapeze › issues › 227
@prettier/plugin-xml dependency conflicting with other dependencies · Issue #227 · ionic-team/trapeze
February 11, 2025 - Please update your lock file with `npm install` before continuing. npm error npm error Invalid: lock file's @prettier/plugin-xml@2.2.0 does not satisfy @prettier/plugin-xml@3.4.1 npm error Invalid: lock file's prettier@2.8.8 does not satisfy prettier@3.5.0 npm error Missing: @prettier/plugin-xml@2.2.0 from lock file npm error Missing: prettier@2.8.8 from lock file npm error npm error Clean install a project npm error npm error Usage: npm error npm ci npm error npm error Options: npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling] npm error [--global-style] [--omi
Published   Feb 11, 2025
Find elsewhere
🌐
jsDelivr
jsdelivr.com › package › npm › @prettier › plugin-xml
prettier/plugin-xml - A CDN for npm and GitHub
July 8, 2025 - prettier plugin for XML · Version 3.4.2 License MIT · INSTALL · Version: Static · Static · Latest Patch · Latest Minor · Latest Major · Learn more · Readme Files Statistics Browse CDN · Statistics · Requests 0 · Bandwidth 0 · Top version - 0 Full @prettier/plugin-xml Download Stats ·
Published   Nov 12, 2019
🌐
Skypack
skypack.dev › view › prettier-plugin-xml-tmp2
npm:prettier-plugin-xml-tmp2 | Skypack
@prettier/plugin-xml is a prettier plugin for XML. prettier is an opinionated code formatter that supports multiple languages and integrates with most editors.
🌐
npm
npmjs.com › package › prettier-xml-plugin-tmp
prettier-xml-plugin-tmp - npm
@prettier/plugin-xml is a prettier plugin for XML. prettier is an opinionated code formatter that supports multiple languages and integrates with most editors.
      » npm install prettier-xml-plugin-tmp
    
Published   Feb 07, 2020
Version   0.7.0
Author   Kevin Deisz
🌐
GitHub
github.com › prettier › plugin-xml › blob › main › CHANGELOG.md
plugin-xml/CHANGELOG.md at main · prettier/plugin-xml
Require prettier/doc instead of prettier to load less code in standalone mode. Handle processing instructions inside elements. Properly handle mult-line CData tags. The xmlWhitespaceSensitivity option, with current valid values of "strict" and "ignore". "strict" behavior maintains the current behavior, while "ignore" allows the plugin more freedom in where to place nodes.
Author   prettier
🌐
Arch Linux
aur.archlinux.org › packages › prettier-plugin-xml
AUR (en) - prettier-plugin-xml
https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz · aurweb v6.3.4 · Report issues here. Copyright © 2004-2026 aurweb Development Team. AUR packages are user produced content.
🌐
Stack Overflow
stackoverflow.com › questions › 73574639 › visual-studio-code-error-using-prettier-plugin-xml-property-engines-is-mandato
Visual Studio Code Error using @prettier/plugin-xml "property engines is mandatory and must be of type object" - Stack Overflow
I've downloaded https://github.com/prettier/plugin-xml, unzipped it to C:\Users\RoysLaptop\.vscode\extensions\plugin-xml-main, and from VSC's Powershell Terminal executed "npm install --save-dev prettier @prettier/plugin-xml", yet when I try ...
🌐
GitHub
github.com › prettier › plugin-xml › blob › main › package.json
plugin-xml/package.json at main · prettier/plugin-xml
"name": "@prettier/plugin-xml", "version": "3.4.2", "description": "prettier plugin for XML", "type": "module", "main": "src/plugin.js", "exports": { ".": { "types": "./types/plugin.d.ts", "default": "./src/plugin.js" }, "./*": "./*" }, "scripts": { "lint": "eslint --cache .", "prepare": "node bin/languages.js && husky install", "print": "prettier --plugin=./src/plugin.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "repository": { "type": "git", "url": "git+https://github.com/prettier/plugin-xml.g
Author   prettier
🌐
Socket
socket.dev › npm › package › prettier-plugin-xml › versions › 0.1.0
prettier-plugin-xml - npm Package Versions - Socket
prettier plugin for XML. Version: 0.1.0 was published by kddeisz. Start using Socket to analyze prettier-plugin-xml and its dependencies to secure you...
🌐
GitHub
github.com › prettier › plugin-xml › issues › 34
How to install in VScode globally · Issue #34 · prettier/plugin-xml
December 28, 2019 - I'm using VSCode for Salesforce Dev and using Prettier for formatting. I only seem to be able to enable this xml plugin per VSCode project not globally. For each created VSCode project I have to: npm init npm install --save-dev prettier ...
Published   Dec 28, 2019
🌐
Npm
npm.io › package › prettier-plugin-xml
Prettier-plugin-xml NPM | npm.io
prettier-plugin-xml is a prettier plugin for XML. prettier is an opinionated code formatter that supports multiple languages and integrates with most editors.