This package has been deprecated

Author message:

This package is no longer in use at WebDevStudios and will no longer be maintained.

@webdevstudios/stylelint-no-debug

1.0.4 • Public • Published

WebDevStudios Branding

@webdevstudios/stylelint-no-debug

A stylelint custom rule to catch usage of @debug statements.

This rule will cause stylelint to warn you whenever @debug is used.

Installation

npm install @webdevstudios/stylelint-no-debug

This plugin is compatible with v5.0.1+.

Details

a { /* Not OK */
   @debug $blue;
   color: $blue;
}

a { /* OK */
   color: $blue;
}

Usage

Add "@webdevstudios/stylelint-no-debug" to your stylelint config plugins array, then add @webdevstudios/stylelint-no-debug/no-debug to your rules, set to true.

As follows:

{
  "plugins": [
    "@webdevstudios/stylelint-no-debug"
  ],
  "rules": {
    "no-debug": true
  }
};

Changelog

Package Sidebar

Install

npm i @webdevstudios/stylelint-no-debug

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

5.14 kB

Total Files

6

Last publish

Collaborators

  • ravewebdev
  • jrfoell
  • gregrickaby
  • bradwilliams