New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@9renpoto/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@9renpoto/eslint-config - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

8

index.js
module.exports = {
extends: 'standard',
plugins: [
'standard'
'standard',
'eslint-comments'
],

@@ -10,2 +11,7 @@ env: {

rules: {
'eslint-comments/disable-enable-pair': 1,
'eslint-comments/no-duplicate-disable': 1,
'eslint-comments/no-unlimited-disable': 1,
'eslint-comments/no-unused-disable': 1,
'eslint-comments/no-unused-enable': 1,
'no-else-return': 2,

@@ -12,0 +18,0 @@ 'no-var': 2,

3

package.json
{
"name": "@9renpoto/eslint-config",
"description": "my eslint config",
"version": "1.5.1",
"version": "1.5.2",
"author": "9renpoto",

@@ -11,2 +11,3 @@ "bugs": {

"eslint-config-standard": "^6.2.1",
"eslint-plugin-eslint-comments": "^1.0.0",
"eslint-plugin-promise": "^3.3.0",

@@ -13,0 +14,0 @@ "eslint-plugin-standard": "^2.0.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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