Socket
Socket
Sign inDemoInstall

@blitz/eslint-plugin

Package Overview
Dependencies
139
Maintainers
18
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.41 to 0.0.42

dist/rules/comment.js

11

dist/configs/recommended.js

@@ -47,2 +47,7 @@ "use strict";

{
blankLine: 'always',
prev: 'block',
next: '*',
},
{
blankLine: 'never',

@@ -72,3 +77,7 @@ prev: ['block', 'block-like'],

},
{ blankLine: 'any', prev: '*', next: 'break' },
{
blankLine: 'any',
prev: '*',
next: 'break',
},
],

@@ -75,0 +84,0 @@ '@typescript-eslint/no-unused-vars': [

2

package.json
{
"name": "@blitz/eslint-plugin",
"version": "0.0.41",
"version": "0.0.42",
"description": "An ESLint config to enforce a consistent code styles across StackBlitz projects",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc