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
20
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.2

10

CHANGELOG.md
# Changelog
## v2.1.0 - 23 Jan 2017
## v2.1.2 - 5 March 2017
- Updated `multiline-comment-style` configuration to `separate-lines`.
## v2.1.1 - 23 Jan 2018
- Updated `object-property-newline` configuration with `allowMultiplePropertiesPerLine: true`.
## v2.1.0 - 23 Jan 2018
- Upgrade ESLint to 4.16.0

@@ -6,0 +14,0 @@ - Increased the `max-len` rule to 120 characters.

2

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

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

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

'max-statements-per-line': 'error',
'multiline-comment-style': 'error',
'multiline-comment-style': ['error', 'separate-lines'],
'multiline-ternary': ['error', 'never'],

@@ -190,0 +190,0 @@ 'new-cap': ['error', { capIsNewExceptions: ['Router'] }],