@idearium/eslint-config
Advanced tools
Comparing version
# 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. |
{ | ||
"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'] }], |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14675
1.66%1
Infinity%