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

eslint-config-stylelint

Package Overview
Dependencies
Maintainers
2
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 10.0.0 to 11.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 11.0.0
- Added: `eslint-plugin-eslint-comments` ESLint plugin using `eslint-comments/recommended` rules.
# 10.0.0

@@ -2,0 +6,0 @@

@@ -6,2 +6,3 @@ "use strict";

"eslint:recommended",
"plugin:eslint-comments/recommended",
"plugin:node/recommended",

@@ -75,3 +76,4 @@ "plugin:jest/recommended",

"strict": ["error", "global"],
"eslint-comments/no-unused-disable": "error",
}
};

3

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

@@ -39,2 +39,3 @@ "keywords": [

"dependencies": {
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-jest": "^22.0.0",

@@ -41,0 +42,0 @@ "eslint-plugin-node": "^8.0.0",

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