You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

stylelint-config-webmd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-webmd

Stylelint Configuration

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

stylelint-config-webmd

Basic rules for linting CSS files:

  • "font-family-no-duplicate-names": Disallow duplicate font family names.
  • "string-no-newline": Disallow (unescaped) newlines in strings.
  • "declaration-block-no-duplicate-properties": Disallow duplicate properties within declaration blocks.
  • "block-no-empty": Disallow empty blocks.
  • "comment-no-empty": Disallow empty comments.
  • "no-duplicate-selectors": Disallow duplicate selectors.
  • "no-extra-semicolons": Disallow extra semicolons.
  • "no-unknown-animations": Disallow unknown animations.

FAQs

Package last updated on 24 Apr 2017

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