New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.6

2

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

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

@@ -18,6 +18,6 @@

module.exports.es6 = {
'arrow-body-style': ['warn', 'as-needed'],
'arrow-body-style': ['warn', 'as-needed', {requireReturnForObjectLiteral: true}],
'arrow-spacing': 'warn',
'no-class-assign': 'warn',
'no-confusing-arrow': 'error',
'no-confusing-arrow': ['error', {allowParens: true}],
'no-const-assign': 'error',

@@ -24,0 +24,0 @@ 'no-duplicate-imports': 'warn',