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

eslint-config-stylelint

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-stylelint - npm Package Compare versions

Comparing version 19.0.0 to 19.1.0

9

index.js

@@ -115,2 +115,11 @@ 'use strict';

},
overrides: [
{
files: ['*.mjs'],
rules: {
'no-restricted-globals': ['error', 'module', 'require'],
strict: ['error', 'never'],
},
},
],
};

14

package.json
{
"name": "eslint-config-stylelint",
"version": "19.0.0",
"version": "19.1.0",
"description": "stylelint org's shareable config for eslint",

@@ -31,12 +31,12 @@ "keywords": [

"eslint-config-prettier": "^8.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-regexp": "^1.15.0"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
"eslint": "^8.42.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"@stylelint/prettier-config": "^3.0.0",
"eslint": "^8.45.0",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.1",
"np": "^8.0.2",
"prettier": "^2.8.8"
"prettier": "^3.0.0"
},

@@ -43,0 +43,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