🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@aureldvx/stylelint

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aureldvx/stylelint

An opinionated Stylelint configuration for my personal projects

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Stylelint configuration

Installation

npm install --save-dev @aureldvx/stylelint
# or
yarn add --dev @aureldvx/stylelint
# or
pnpm install --save-dev @aureldvx/stylelint

Usage

To use the configuration, add the following to your stylelint.config.js file:

import {defineConfig} from '@aureldvx/stylelint';

// The default config parse only CSS files
export default defineConfig();

// If you want to parse SCSS too
export default defineConfig({
  scss: true,
});

Bundled configurations

  • stylelint-config-idiomatic-order (github)
  • stylelint-config-standard-scss only if { scss: true } (github)
  • stylelint-config-prettier-scss only if { scss: true } (github)

Bundled plugins

  • @double-great/stylelint-a11y (github)
  • stylelint-plugin-defensive-css (github)
  • stylelint-plugin-logical-css (github)
  • stylelint-selector-bem-pattern (github)
  • @isnotdefined/stylelint-plugin (github)

Keywords

stylelint

FAQs

Package last updated on 04 Mar 2025

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