Socket
Socket
Sign inDemoInstall

eslint-config-next

Package Overview
Dependencies
0
Maintainers
1
Versions
1527
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -21,3 +21,3 @@ 'use strict';

'curly': [2, 'multi-line'],
'eqeqeq': [2],
'eqeqeq': [2, 'allow-null'],
'func-style': [2, 'declaration'],

@@ -24,0 +24,0 @@ 'indent': [2, 2, { 'SwitchCase': 1 }],

{
"name": "eslint-config-next",
"version": "0.1.2",
"version": "0.1.3",
"description": "ESLint configuration using Babel parser to support next JS cutting edge features",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc