1. stylelint-config-recommended-scss
The recommended shareable SCSS config for Stylelint
stylelint-config-recommended-scss
Package: stylelint-config-recommended-scss
Created by: stylelint-scss
Last modified: Mon, 11 Dec 2023 20:11:04 GMT
Version: 14.0.0
License: MIT
Downloads: 6,918,219
Repository: https://github.com/stylelint-scss/stylelint-config-recommended-scss

Install

npm install stylelint-config-recommended-scss
yarn add stylelint-config-recommended-scss

stylelint-config-recommended-scss

npm version
Build Status
contributions welcome
Downloads per month

The recommended shareable SCSS config for Stylelint.

This config:

This config is extended by the stylelint-config-standard-scss shared config. That config is better suited to most users as it also turns on the stylistic rules in the stylelint-scss plugin pack.

To see the rules that this config uses, please read the config itself.

Installation

 npm install --save-dev stylelint-config-recommended-scss

Usage

Set your stylelint config to:

 {
  "extends": "stylelint-config-recommended-scss"
}

Extending the config

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

For example, to turn off the scss/at-if-no-null rule:

 {
  "extends": "stylelint-config-recommended-scss",
  "rules": {
    "scss/at-if-no-null": null
  }
}

Changelog

License

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code