Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@zumerbox/code-format

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zumerbox/code-format

This tool is designed to facilitate code formatting using Prettier, a popular code formatting tool. It checks the formatting of JavaScript, HTML, and Markdown files within specified directories and their subdirectories.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

@zumerbox/code-format

This tool is designed to facilitate code formatting using Prettier, a popular code formatting tool. It checks the formatting of JavaScript, HTML, and Markdown files within specified directories and their subdirectories.

Refer to the ZumerBox bundle for more information and tools.

Installation

npm install @zumerbox/code-format --save-dev

Usage

npx @zumerbox/code-format

Options

By default Prettier is instructed to perform a check without making any changes to the files. To fix any formatting issues run @zumerbox/code-format again with the --write argument to fix code style.

Credits

This tool is powered by Prettier (https://prettier.io)

FAQs

Package last updated on 27 Mar 2024

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