New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arcbees/stylelint

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcbees/stylelint

Stylelint configuration used across Arcbees projects

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-22.22%
Maintainers
3
Weekly downloads
 
Created
Source

@arcbees/stylelint

Arcbees’s stylelint rules and configs.

Installation

Install @arcbees/stylelint, stylelint, stylelint-order.

yarn add --dev @arcbees/stylelint stylelint stylelint-order

Usage

Arcbees's preferred rules come bundled in this package. To use them in your project, create a .stylelintrc file at the root of your project and extend @arcbees/stylelint.

{
  "extends": "@arcbees/stylelint"
}

You can also create a script in your package.json and run it with yarn yarn stylelint.

{
  "scripts": {
    "stylelint": "stylelint \"./src/**/*.scss\""
  }
}

Configuration

Some of the rules provided by this package may not suit the needs of your project. You can override them in .stylelintrc:

{
  "extends": "@arcbees/stylelint",
  "rules": {
    "selector-type-no-unknown": null
  }
}

Keywords

FAQs

Package last updated on 28 Feb 2018

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