Socket
Socket
Sign inDemoInstall

eslint-config-theme-next

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-theme-next - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

index.js

@@ -69,3 +69,3 @@ module.exports = {

"func-call-spacing": 2,
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": {"var": 2, "let": 2, "const": 3 }}],
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": {"var": 2, "let": 2, "const": 3}}],
"key-spacing": [2, {"align": "colon"}],

@@ -75,3 +75,3 @@ "keyword-spacing": 2,

"lines-around-comment": 2,
"new-cap": 2,
"new-cap": [2, {"capIsNew": false}],
"new-parens": 2,

@@ -78,0 +78,0 @@ "no-array-constructor": 2,

{
"name": "eslint-config-theme-next",
"version": "1.1.2",
"version": "1.1.3",
"description": "ESLint config for projects under theme NexT organization",

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

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