Socket
Socket
Sign inDemoInstall

@blitz/eslint-plugin

Package Overview
Dependencies
136
Maintainers
11
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.35 to 0.0.36

2

dist/rules/comment.js

@@ -18,3 +18,3 @@ "use strict";

const JS_DOC_REGEX = /^\s*\*\s*@.+?/;
const LIST_ITEM = /^\s*\*\s*-/;
const LIST_ITEM = /^\s*\*\s*(?:-|\d\.)/;
const LINE_INFO = '\n\nLine: {{line}}';

@@ -21,0 +21,0 @@ function isCapital(char) {

{
"name": "@blitz/eslint-plugin",
"version": "0.0.35",
"version": "0.0.36",
"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