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 9.0.0 to 10.0.0

4

CHANGELOG.md

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

# 10.0.0
- Added: `eslint-plugin-jest` ESLint plugin `jest/style` rules.
# 9.0.0

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

9

eslintrc.js

@@ -7,3 +7,4 @@ "use strict";

"plugin:node/recommended",
"plugin:jest/recommended"
"plugin:jest/recommended",
"plugin:jest/style",
],

@@ -74,9 +75,3 @@ "parserOptions": {

"strict": ["error", "global"],
"jest/no-alias-methods": "error",
"jest/prefer-to-be-null": "error",
"jest/prefer-to-be-undefined": "error",
"jest/prefer-to-contain": "error",
"jest/prefer-to-have-length": "error",
"jest/valid-expect-in-promise": "error",
}
};
{
"name": "eslint-config-stylelint",
"version": "9.0.0",
"version": "10.0.0",
"description": "stylelint org's shareable config for eslint",

@@ -39,6 +39,6 @@ "keywords": [

"dependencies": {
"eslint-plugin-jest": "^21.25.1",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-sort-requires": "^2.1.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