Socket
Socket
Sign inDemoInstall

eslint-plugin-github

Package Overview
Dependencies
Maintainers
19
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-github - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

3

lib/configs/recommended.js

@@ -21,3 +21,3 @@ module.exports = {

'eslint-comments/no-use': ['error', {allow: ['eslint', 'eslint-disable-next-line', 'eslint-env', 'globals']}],
'filenames/match-regex': ['error', '^[a-z0-9-]+(.d)?$'],
'filenames/match-regex': ['error', '^[a-z0-9-]+(.d|.config)?$'],
'func-style': ['error', 'declaration', {allowArrowFunctions: true}],

@@ -122,3 +122,2 @@ 'github/array-foreach': 'error',

'require-yield': 'error',
'sort-imports': 'error',
'use-isnan': 'error',

@@ -125,0 +124,0 @@ 'valid-typeof': 'error',

@@ -15,3 +15,2 @@ 'use strict'

// eslint-disable-next-line eslint-plugin/prefer-object-rule
module.exports = function (results) {

@@ -18,0 +17,0 @@ let output = '\n'

@@ -5,3 +5,3 @@ module.exports = {

docs: {
description: 'disallow unesaped HTML literals',
description: 'disallow unescaped HTML literals',
url: require('../url')(module)

@@ -8,0 +8,0 @@ },

const {homepage, version} = require('../package.json')
const path = require('path')
// eslint-disable-next-line eslint-plugin/prefer-object-rule
module.exports = ({id}) => {

@@ -5,0 +5,0 @@ const url = new URL(homepage)

{
"name": "eslint-plugin-github",
"version": "4.3.5",
"version": "4.3.6",
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-rule-documentation": ">=1.0.0",

@@ -54,6 +54,5 @@ "prettier": "^2.2.1",

"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^2.3.0",
"globals": "^13.7.0",
"mocha": "^8.3.2"
"eslint-plugin-eslint-plugin": "^4.0.3",
"mocha": "^9.1.3"
}
}
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