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 7.0.0 to 7.0.1

11

index.js
module.exports = {
extends: [
'prettier',
'prettier/standard',
'plugin:import/errors',
'plugin:import/warnings',
],
extends: ['prettier', 'prettier/standard'],
rules: {
'import/order': [
'error',
{ groups: ['builtin', 'external', 'parent', 'sibling', 'index'] },
],
'no-else-return': 2,

@@ -14,0 +5,0 @@ 'no-var': 2,

2

package.json
{
"name": "@9renpoto/eslint-config",
"version": "7.0.0",
"version": "7.0.1",
"description": "my eslint config",

@@ -5,0 +5,0 @@ "license": "MIT",

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