🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

prettier-plugin-jsp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-jsp

Format JSP using Prettier

1.0.13
latest
Source
npm
Version published
Weekly downloads
164
-17.59%
Maintainers
1
Weekly downloads
 
Created
Source

prettier-plugin-jsp

Format JSP using Prettier

.prettierrc

{
  "plugins": ["prettier-plugin-jsp"]
}

VSCode

  • Install Java Server Pages (JSP) extension

  • Edit settings.json:

    {
      "editor.formatOnSave": true,
      "prettier.enable": true,
      "files.associations": {
        "*.jsp": "jsp",
        "*.tag": "jsp"
      },
      "[jsp]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
      }
    }
    

Keywords

prettier

FAQs

Package last updated on 21 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts