Socket
Socket
Sign inDemoInstall

eslint-plugin-rebase

Package Overview
Dependencies
121
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

dist/rebase.js

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

}
if (!fileIgnores) {
if (!fileIgnores || !Object.keys(fileIgnores).length) {
break;

@@ -52,0 +52,0 @@ }

{
"name": "eslint-plugin-rebase",
"version": "0.1.0",
"version": "0.1.1",
"description": "Start ESLinting new code, without fixing all the old.",

@@ -18,6 +18,6 @@ "main": "index.js",

"build": "tsc",
"build:publish": "npm run build && cp -r ../../{docs,README.md,LICENSE}",
"build:publish": "npm run build && cp -r docs README.md LICENSE ../..",
"build:watch": "tsc -w",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm test && npm run build:publish"
},

@@ -38,3 +38,3 @@ "keywords": [

"@types/node": "^13.9.0",
"eslint": "^6.8.0",
"eslint": "^7.30.0",
"jest": "^25.1.0",

@@ -46,3 +46,3 @@ "strip-indent": "^3.0.0",

"peerDependencies": {
"eslint": "^6.8.0"
"eslint": ">=6 <8"
},

@@ -49,0 +49,0 @@ "dependencies": {

@@ -27,3 +27,3 @@ # eslint-plugin-rebase

Or alternatively, to set a warnings rather than ignore:
Or alternatively, to set as warnings rather than ignore:

@@ -30,0 +30,0 @@ ```shell

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