New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@berun/fluent-prettier

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berun/fluent-prettier

Use a chaining API to generate and simplify the modification of prettier configurations.

latest
Source
npmnpm
Version
7.3.6
Version published
Weekly downloads
27
575%
Maintainers
1
Weekly downloads
 
Created
Source

@berun/fluent-prettier

Use a chaining API to generate and simplify the modification of prettier configurations.

_Note: This is is part of the broader @berun/fluent suite of configurations, but may be used standalone.

Example

export default function(berun: Berun, options) {
  berun.prettier
    .semi(false)
    .bracketSpacing(true)
    .rangeStart(0)
    .insertPragma(true)
    .requirePragma(false)
    .arrowParens('always')
    .end()
}

results in `--no-semi --range-start 0 --insert-pragma --allow-parens 'always'`

Keywords

babel

FAQs

Package last updated on 09 May 2021

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