Socket
Socket
Sign inDemoInstall

beautify-lint

Package Overview
Dependencies
41
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    beautify-lint

A linter for code styling. Ensures code is written in a beautiful way.


Version published
Weekly downloads
74
increased by5.71%
Maintainers
1
Install size
1.96 MB
Created
Weekly downloads
 

Readme

Source

beautify-lint

A linter for code styling. Ensures code is written in a beautiful way.

Usage

npm install beautify-lint --save-dev

This package comes with two binaries:

  • beautify-lint: Checks if code is beautified according to the .jsbeautifyrc. Exits with non-zero exit code when any file is not beautified. Prints diff about required changes.
  • beautify-rewrite: Rewrittes code according to .jsbeautifyrc.

Both binaries take globs as params.

Example:

beautify-lint lib/**.js bin/*.js test/*.js

Checks javascript in lib, bin and test directory.

Use cases

  • Let the CI validate code style: "pretest": "beautify-lint lib/**.js"
  • Provide a helper to beautify the code: "beautify": "beautify-rewrite lib/**.js"

License

MIT Copyright (c) 2015 Tobias Koppers

Keywords

FAQs

Last updated on 25 Nov 2015

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