Socket
Socket
Sign inDemoInstall

eslint-plugin-unicorn

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-unicorn - npm Package Compare versions

Comparing version 37.0.0 to 37.0.1

rules/utils/get-builtin-rule.js

4

package.json
{
"name": "eslint-plugin-unicorn",
"version": "37.0.0",
"version": "37.0.1",
"description": "Various awesome ESLint rules",

@@ -82,3 +82,3 @@ "license": "MIT",

"peerDependencies": {
"eslint": ">=8.0.0"
"eslint": ">=7.32.0"
},

@@ -85,0 +85,0 @@ "ava": {

@@ -5,4 +5,6 @@ 'use strict';

const ci = require('ci-info');
const baseRule = require('eslint/use-at-your-own-risk').builtinRules.get('no-warning-comments');
const getBuiltinRule = require('./utils/get-builtin-rule.js');
const baseRule = getBuiltinRule('no-warning-comments');
// `unicorn/` prefix is added to avoid conflicts with core rule

@@ -9,0 +11,0 @@ const MESSAGE_ID_AVOID_MULTIPLE_DATES = 'unicorn/avoidMultipleDates';

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