Socket
Socket
Sign inDemoInstall

@beyonk/eslint-config

Package Overview
Dependencies
201
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.2.0

7

node.js
'use strict'
const { always, error } = require('./constants')
module.exports = {
extends: 'standard'
extends: 'standard',
rules: {
'array-bracket-spacing': [ error, always, { objectsInArrays: true, arraysInArrays: true } ]
}
}

2

package.json
{
"name": "@beyonk/eslint-config",
"version": "4.1.0",
"version": "4.2.0",
"description": "Eslint config for beyonk",

@@ -5,0 +5,0 @@ "main": "node.js",

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