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

stylelint-config-moxio

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-moxio

[![NPM version](http://img.shields.io/npm/v/stylelint-config-moxio.svg)](https://www.npmjs.org/package/stylelint-config-moxio)

  • 4.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

NPM version

stylelint-config-moxio

The standard shareable config for stylelint used at Moxio.

Installation

npm install stylelint-config-moxio

Usage

If you've installed stylelint-config-moxio locally within your project, just set your stylelint config to:

{
  "extends": "stylelint-config-moxio"
}

If you've globally installed stylelint-config-moxio using the -g flag, then you'll need to use the absolute path to stylelint-config-moxio in your config e.g.

{
  "extends": "/absolute/path/to/stylelint-config-moxio"
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

License

This plugin is released under the MIT license.

FAQs

Package last updated on 14 Feb 2024

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