You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

eslint-config-kswedberg

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kswedberg - npm Package Compare versions

Comparing version

to
2.2.8

2

package.json
{
"name": "eslint-config-kswedberg",
"version": "2.2.7",
"version": "2.2.8",
"description": "A shareable eslint config",

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

@@ -18,3 +18,3 @@

module.exports.es6 = {
'arrow-body-style': ['warn', 'as-needed', {requireReturnForObjectLiteral: true}],
'arrow-body-style': 'off',
'arrow-spacing': 'warn',

@@ -21,0 +21,0 @@ 'no-class-assign': 'warn',