You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@hh.ru/stylelint-config-hh

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.1.0

8

index.js

@@ -167,3 +167,9 @@ const HEX_REGEX = new RegExp(/#[\da-f]{3,6}/);

"selector-pseudo-class-case": "lower",
"selector-pseudo-class-no-unknown": true,
"selector-pseudo-class-no-unknown": [
true,
{
// :global используется для CSS-модулей https://github.com/css-modules/css-modules#exceptions
"ignorePseudoClasses": ["global"]
}
],
"selector-pseudo-class-parentheses-space-inside": "never",

@@ -170,0 +176,0 @@ "selector-pseudo-element-case": "lower",

2

package.json
{
"name": "@hh.ru/stylelint-config-hh",
"version": "8.0.0",
"version": "8.1.0",
"description": "HH.ru config for stylelint",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,2 +5,6 @@ # stylelint конфиг HH.ru

### 8.1.0
Разрешено использование :global псевдоселектора, используется в CSS-модулях
### 8.0.0

@@ -7,0 +11,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc