New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-warp

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-warp - npm Package Compare versions

Comparing version 0.4.1 to 1.0.0

1

es6.js

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

'arrow-spacing': [2, {before: true, after: true}],
// 'generator-star-spacing',
'rest-spread-spacing': [2, 'never'],

@@ -35,0 +34,0 @@ 'template-curly-spacing': [2, 'never']

2

index.js

@@ -80,3 +80,3 @@ module.exports = {

//Stylistic preferences.
'new-cap': [2],
'new-cap': [2, {newIsCap: true, capIsNew: false}],
'newline-before-return': [2],

@@ -83,0 +83,0 @@ 'no-spaced-func': [2],

{
"name": "eslint-config-warp",
"version": "0.4.1",
"version": "1.0.0",
"description": "WeAreReasonablePeople linting rules",

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

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