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 0.0.1 to 1.0.0

23

index.js

@@ -10,9 +10,12 @@ module.exports = {

},
extends: ['prettier'],
plugins: ['prettier'],
rules: {
'semi': ['error'],
'indent': ['error', 2, { SwitchCase: 1 }],
'prettier/prettier': ['error'],
semi: ['error'],
indent: ['error', 2, { SwitchCase: 1 }],
'comma-dangle': ['error', 'always-multiline'],
'arrow-body-style': ['error', 'as-needed'],
'curly': ['error', 'multi-line'],
'eqeqeq': ['error', 'smart'],
curly: ['error', 'multi-line'],
eqeqeq: ['error', 'smart'],
'key-spacing': ['error', { mode: 'minimum' }],

@@ -35,4 +38,12 @@ 'no-confusing-arrow': ['error'],

'no-multiple-empty-lines': 'error',
'no-unused-vars': ['warn', { args: 'none', caughtErrors: 'none', ignoreRestSiblings: true, vars: 'all' }],
'no-unused-vars': [
'warn',
{
args: 'none',
caughtErrors: 'none',
ignoreRestSiblings: true,
vars: 'all',
},
],
},
}
};
{
"name": "@warp-ds/eslint-config",
"version": "0.0.1",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],

@@ -15,4 +12,9 @@ "author": "",

"devDependencies": {
"eslint": "^8.34.0"
"eslint": "^8.34.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}
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