Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@warp-ds/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/eslint-config - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

index.js

@@ -10,3 +10,2 @@ module.exports = {

},
extends: ['prettier'],
plugins: ['prettier'],

@@ -18,3 +17,7 @@ rules: {

2,
{ SwitchCase: 1, ignoredNodes: ['TemplateLiteral *'] },
{
MemberExpression: 'off',
SwitchCase: 1,
ignoredNodes: ['TemplateLiteral *', 'ArrowFunctionExpression'],
},
],

@@ -26,3 +29,2 @@ 'comma-dangle': ['error', 'always-multiline'],

'key-spacing': ['error', { mode: 'minimum' }],
'no-confusing-arrow': ['error'],
'object-curly-spacing': ['error', 'always'],

@@ -29,0 +31,0 @@ 'brace-style': ['error', '1tbs', { allowSingleLine: true }],

{
"name": "@warp-ds/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc