Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autolesshint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autolesshint

Automagically fixes lesshint errors in .less files.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
74
decreased by-18.68%
Maintainers
1
Weekly downloads
 
Created
Source

autolesshint

npm

autolesshint is a tool to automatically fix Lesshint complaints.

Installation

Run the following command from the command line (add -g to install globally):

npm install autolesshint

CLI usage

Run autolesshint from the command-line by passing one or more files/directories to recursively scan.

autolesshint src/less/ lib/style.less
Available FlagsDescription
-c/--configSpecify the configuration file to use (will be merged with defaults).
-e/--excludeA minimatch glob pattern or a file to exclude from being linted.
-V/--versionShow version.

Supported rules

  • attribute_quotes
  • border_zero
  • comment
  • final_newline
  • trailing_semicolon
  • trailing_whitespace
  • url_quotes

See the Complete rule coverage milestone for upcoming coverage support.

Keywords

FAQs

Package last updated on 09 Feb 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc