🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tylertech/stylelint-rules

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tylertech/stylelint-rules - npm Package Compare versions

Comparing version
5.1.0
to
5.1.1
+2
-1
.stylelintrc.json

@@ -10,4 +10,5 @@ {

"selector-type-no-unknown": null,
"color-function-notation": null
"color-function-notation": null,
"custom-property-pattern": "^_?([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
}
}
{
"name": "@tylertech/stylelint-rules",
"version": "5.1.0",
"version": "5.1.1",
"description": "Common stylelint rules for Tyler Technologies.",

@@ -5,0 +5,0 @@ "author": "Tyler Technologies, Inc.",