Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-vi

Package Overview
Dependencies
Maintainers
7
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-vi - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

.eslintrc.js

@@ -5,4 +5,4 @@ module.exports = {

env: {
jasmine: true
jasmine: true,
},
};

@@ -34,3 +34,3 @@ module.exports = {

'function-parentheses-space-inside': 'never-single-line',
'function-url-scheme-blacklist': ['/^data:/'],
'function-url-scheme-disallowed-list': ['/^data:/'],
'function-url-no-scheme-relative': true,

@@ -60,3 +60,3 @@ 'function-url-quotes': ['always', {

// Unit - http://stylelint.io/user-guide/rules/#unit
'unit-blacklist': ['mm', 'q', 'cm', 'in', 'pt', 'pc'],
'unit-disallowed-list': ['mm', 'q', 'cm', 'in', 'pt', 'pc'],
'unit-case': 'lower',

@@ -102,5 +102,5 @@ 'unit-no-unknown': true,

'declaration-no-important': true,
'declaration-property-unit-blacklist': {
'declaration-property-unit-disallowed-list': {
'font-size': ['px'],
'line-height': ['px', 'rem', 'em'],
'line-height': ['px', 'em'],
},

@@ -107,0 +107,0 @@ 'declaration-property-unit-whitelist': null,

{
"name": "stylelint-config-vi",
"version": "2.0.0",
"version": "2.0.1",
"description": "Stylelint shareable config used by VI Company",

@@ -27,9 +27,9 @@ "main": "index.js",

"dependencies": {
"stylelint-order": "^4.0.0"
"stylelint-order": "^4.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.9.0",
"eslint-config-vi": "^10.8.0",
"jasmine": "^3.5.0",
"stylelint": "^13.0.0"
"jasmine": "^3.6.1",
"stylelint": "^13.7.1"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc