Socket
Socket
Sign inDemoInstall

bitexpert-cs-scsslint

Package Overview
Dependencies
12
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bitexpert-cs-scsslint

bitExpert SCSS-Lint configuration


Version published
Weekly downloads
1
Maintainers
1
Install size
0.958 MB
Created
Weekly downloads
 

Readme

Source

bitexpert-cs-scsslint

This repository contains the configuration for scss-lint which is used by the grunt-scss-lint plugin to lint SCSS source files.

Installation

It is required to have the scss-lint ruby package installed as the grunt-scss-lint plugin is a wrapper round that tool. You can use gem to install the package:

sudo gem install scss-lint -v 0.29.0

Add the "bitexpert-cs-scsslint" package to the dev-dependencies section of your package.json file which resides in the root folder of your project:

"devDependencies": {
    "bitexpert-cs-scsslint": "^0.1.0"
}

Now run npm install to download and install bitexpert-cs-scsslint as well as the required dependencies:

npm install

License

bitexpert-cs-scsslint is released under the Apache 2.0 license.

Keywords

FAQs

Last updated on 29 Mar 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