New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cloudflight/stylelint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflight/stylelint-plugin

latest
npmnpm
Version
0.8.6
Version published
Weekly downloads
1.1K
-20.93%
Maintainers
2
Weekly downloads
 
Created
Source

stylelint-plugin

Installation

npm install --save-dev @cloudflight/stylelint-plugin
# or
yarn add -D @cloudflight/stylelint-plugin
# or
pnpm add -D @cloudflight/stylelint-plugin

Then put this in your .stylelintrc.mjs file:

/** @type {import('stylelint').Config} */
export default {
  extends: ['@cloudflight/stylelint-plugin'],
  rules: {},
}

Usage

Run stylelint **/*.scss for linting the whole project.

Keywords

stylelint

FAQs

Package last updated on 08 Mar 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