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

eslint-config-defaults

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-defaults - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 7.0.1 (2015-10-02)
#### User Facing Changes
* Correct typo in walmart and airbnb config
## 7.0.0 (2015-10-01)

@@ -2,0 +8,0 @@

2

package.json

@@ -17,3 +17,3 @@ {

"version" : "7.0.0",
"version" : "7.0.1",
"author" : "Eric Baer <me@ericbaer.com>",

@@ -20,0 +20,0 @@

@@ -32,3 +32,3 @@ "use strict";

// specify whether double or single quotes should be used in JSX attributes
"jsx-quotes": [2, "double"],
"jsx-quotes": [2, "prefer-double"],
// enforces spacing between keys and values in object literal properties

@@ -35,0 +35,0 @@ "key-spacing": [2, {"beforeColon": false, "afterColon": true}],

@@ -32,3 +32,3 @@ "use strict";

// specify whether double or single quotes should be used in JSX attributes
"jsx-quotes": [2, "double"],
"jsx-quotes": [2, "prefer-double"],
// enforces spacing between keys and values in object literal properties

@@ -35,0 +35,0 @@ "key-spacing": [2, { "beforeColon": false, "afterColon": true }],

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