Socket
Socket
Sign inDemoInstall

standard-format

Package Overview
Dependencies
117
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    standard-format

attempts to reformat javascript to comply with feross/standard style


Version published
Weekly downloads
2.7K
increased by15.05%
Maintainers
5
Install size
11.0 MB
Created
Weekly downloads
 

Readme

Source

standard-format

Build Status Dependency Status

experimental auto formatter for the easier cases in standard

DEPRECATED

Use standard --fix instead of standard-format.

This package is no longer maintained.

standard v8.0.0 contains a new --fix command line flag to automatically fix problems. If you need ES2015+ support, consider using standard --fix instead of standard-format (this package) which may mangle your ES2015+ code.

standard --fix is built into standard v8.0.0 for maximum convenience, it supports ES2015, and it's lightweight (no additional dependencies since it's part of ESLint which powers standard). Lots of problems are already fixable, and more are getting added with each ESLint release.

standard also outputs a message ("Run standard --fix to automatically fix some problems.") when it detects problems that can be fixed automatically so you can save time!

Installation

Install with npm

$ npm install -g standard-format

Example Usage

Output all formatted javascript in a directory and subdirectories to stdout

$ standard-format

Format all javascript files, overwriting them into standard format

$ standard-format -w

Format javascript over stdin

$ standard-format < file.js > formatted-file.js

Format and overwrite specific files

$ standard-format -w file1.js file2.js

Development tasks for task runners

Editor plugins

Science :mortar_board:

A new step should be added to the modification cycle: modifying the program to make it readable.

Elshoff & Marcotty, 1982

FAQs

Last updated on 23 Nov 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc