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

@idearium/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/eslint-config - npm Package Compare versions

Comparing version

to
2.1.1

2

package.json
{
"name": "@idearium/eslint-config",
"version": "2.1.0",
"version": "2.1.1",
"description": "Idearium ESLint config.",

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

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

'object-curly-spacing': ['error', 'always'],
'object-property-newline': ['error', { allowAllPropertiesOnSameLine: true }],
'object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],
'one-var': ['error', 'never'],

@@ -225,0 +225,0 @@ 'one-var-declaration-per-line': 'off',