Socket
Socket
Sign inDemoInstall

eslint-config-next

Package Overview
Dependencies
Maintainers
1
Versions
1659
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-next - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

4

index.js

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

'rules': {
'brace-style': [2],
'brace-style': [2, '1tbs', { 'allowSingleLine': true }],
'camelcase': [2],

@@ -20,3 +20,3 @@ 'comma-dangle': [2],

'eqeqeq': [2, 'allow-null'],
'func-style': [2, 'declaration', { "allowArrowFunctions": true }],
'func-style': [2, 'declaration', { 'allowArrowFunctions': true }],
'indent': [2, 2, { 'SwitchCase': 1 }],

@@ -23,0 +23,0 @@ 'jsx-quotes': [2, 'prefer-single'],

{
"name": "eslint-config-next",
"version": "0.1.12",
"version": "0.1.13",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc