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

eslint-config-stylelint

Package Overview
Dependencies
Maintainers
1
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 7.0.0 to 8.0.0

4

CHANGELOG.md

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

# 8.0.0
- Added: `eslint-plugin-node` ESLint plugin using `node/recommended` rules.
# 7.0.0

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

{
"extends": "eslint:recommended",
"extends": [
"eslint:recommended",
"plugin:node/recommended"
],
"parserOptions": {

@@ -12,2 +15,3 @@ "ecmaVersion": 6

"plugins": [
"node",
"sort-requires"

@@ -14,0 +18,0 @@ ],

9

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

@@ -26,5 +26,5 @@ "keywords": [

"devDependencies": {
"eslint": "^4.1.0",
"jest": "^20.0.1",
"npmpub": "^3.0.3"
"eslint": "^4.6.1",
"jest": "^21.0.1",
"npmpub": "^3.1.0"
},

@@ -39,4 +39,5 @@ "scripts": {

"dependencies": {
"eslint-plugin-node": "^5.2.1",
"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