Socket
Socket
Sign inDemoInstall

@lego/stylelint-config-scss

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego/stylelint-config-scss

LEGO shareable stylelint config for css and scss projects


Version published
Weekly downloads
21
increased by90.91%
Maintainers
2
Weekly downloads
 
Created
Source

@lego/stylelint-config-scss

Prerequisites

  • Don't use @lego/stylelint-config-scss as a globally installed module

Installation

  1. Install this config package:
$ npm install --save-dev @lego/stylelint-config-scss

Usage

Full Configurations

module.exports = {
  extends: '@lego/stylelint-config-scss',
  rules: {
    // your overrides or custom rules here
  },
};

or if you prefer the json formatted .stylelintrc file:

{
  "extends": "@lego/stylelint-config-scss",
  "rules": {
    // your overrides or custom rules here
  }
}

Limitations

Due to an issue with Stylelint, config extension cannot be called from a globally installed (npm install -g stylelint) stylelint.

Included Plugins

stylelint-scss

A collection of SCSS specific linting rules for stylelint

  • https://github.com/kristerkari/stylelint-scss

Keywords

FAQs

Package last updated on 23 Aug 2021

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