semistandard-format

attempts to reformat javascript to comply with feross/standard style but with semicolons

BSD-2-Clause 9 个版本
安装
npm install semistandard-format
yarn add semistandard-format
pnpm add semistandard-format
bun add semistandard-format
README

semistandard-format

This is a fork of standard-format same concept but with semicolons.

Installation

Install with npm

$ npm install -g semistandard-format

Example Usage

Output all formatted javascript in a directory and subdirectories to stdout

$ semistandard-format

Format all javascript files, overwriting them into standard format

$ semistandard-format -w

Format javascript over stdin

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

Format and overwrite specific files

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

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

版本列表
3.0.0 2016-04-11
2.1.0 2015-11-20
1.6.7 2015-09-09
1.6.5 2015-08-18
1.6.1 2015-08-04
1.6.0 2015-07-22
1.4.0 2015-07-02
1.3.7 2015-06-18
1.3.6 2015-05-08