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.0 to 1.0.1

13

index.js

@@ -13,5 +13,8 @@ module.exports = {

rules: {
'prettier/prettier': ['error'],
semi: ['error'],
indent: ['error', 2, { SwitchCase: 1 }],
indent: [
'error',
2,
{ SwitchCase: 1, ignoredNodes: ['TemplateLiteral *'] },
],
'comma-dangle': ['error', 'always-multiline'],

@@ -47,3 +50,9 @@ 'arrow-body-style': ['error', 'as-needed'],

],
'prettier/prettier': [
'warn',
{
singleQuote: true,
},
],
},
};

2

package.json
{
"name": "@warp-ds/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"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