Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-brighterscript-formatter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-brighterscript-formatter

Prettier plugin for formatting BrightScript and BrighterScript files.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-94.38%
Maintainers
1
Weekly downloads
 
Created
Source

prettier-plugin-brighterscript-formatter

A Prettier plugin that formats BrightScript and BrighterScript files using the brighterscript-formatter package.

Installation

npm i -D prettier prettier-plugin-brighterscript-formatter

Options

In this plugin, options for the BrighterScript formatter are prefixed with bsfmt, followed by the relevant option name in camel case.

For example, if you have the following settings in your bsfmt.json:

{
  "keywordCase": "lower",
  "indentSpaceCount": 2
}

You would instead add this to your .prettierrc.js:

{
  "bsfmtKeywordCase": "lower",
  "bsfmtIndentSpaceCount": 2
}

Refer to the bsfmt.json spec for the full list of options.

Keywords

FAQs

Package last updated on 21 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc