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

sass-lint

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-lint

Sass linter. Compatible but different from scss-lint

  • 0.1.0-beta.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
99K
increased by6.36%
Maintainers
1
Weekly downloads
 
Created
Source

Sass Lint npm version

A Node-only Sass linter for both sass and scss syntax! See the sample config file to see how to write a configuration file, and our release issue to track what's missing for an initial release.

Install

npm install sass-lint@{{version-number}}

where {{version number}} is the version number in package.json

Creating Rules

Our AST is Gonzales-PE. Each rule will be passed the full AST which they can traverse as they please. There are many different node types that may be traversed, and an extensive API for working with nodes. The file of the rule must have the same name as the name of the rule. All of the available rules are in our rules directory. Default options will be merged in with user config.

Road to Release

Keep track of the path to a full release. If you can help contribute by writing rules that are missing (or have a rule you really want to see in there and add), please do so! PRs accepted!

Task Runner Integration

  • Gulp

Keywords

FAQs

Package last updated on 26 Aug 2015

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