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

eslint-config-tidal

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tidal - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

13

index.js

@@ -18,3 +18,2 @@ 'use strict';

}],
"vars-on-top": 1,
"comma-style": [

@@ -63,12 +62,12 @@ 2,

"strict": 2,
"object-curly-spacing": [2, "always"],
"newline-after-var": 1,
"newline-before-return": 1,
"no-warning-comments": 0,
"no-negated-condition" : 0,
"new-cap": 1,
"object-curly-spacing": [2, "always"],
"no-warning-comments": 1,
"no-console": 1,
"vars-on-top": 1,
"space-before-function-paren": [2, {"anonymous": "always", "named": "always"}],
"quote-props": 0,
"no-console": 2,
"space-before-function-paren": [2, {"anonymous": "always", "named": "always"}]
"no-negated-condition" : 0
}
};
{
"name": "eslint-config-tidal",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint sharable config for TIDAL",

@@ -42,3 +42,3 @@ "main": "index.js",

"devDependencies": {
"eslint": "^2.9.0",
"eslint": "^3.5.0",
"ava": "*",

@@ -49,7 +49,7 @@ "is-plain-obj": "^1.0.0",

"dependencies": {
"eslint-config-xo": "^0.14.1"
"eslint-config-xo": "^0.15.4"
},
"peerDependencies": {
"eslint": ">=2.9.0"
"eslint": ">=3.5.0"
}
}
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