Socket
Socket
Sign inDemoInstall

eslint-config-google

Package Overview
Dependencies
89
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

10

index.js

@@ -38,4 +38,12 @@ /**

ignoreUrls: true
}]
}],
// Resetting things that eslint-config-xo has an opinion about, but the
// Google Style Guide doesn't.
'curly': 0,
'no-floating-decimal': 0,
'no-unused-vars': [2, {
"args": "none",
}],
}
};

2

package.json
{
"name": "eslint-config-google",
"version": "0.5.0",
"version": "0.6.0",
"description": "ESLint shareable config for the Google style",

@@ -5,0 +5,0 @@ "license": "Apache-2",

@@ -5,3 +5,5 @@ # eslint-config-google [![Build Status](https://travis-ci.org/google/eslint-config-google.svg?branch=master)](https://travis-ci.org/google/eslint-config-google)

Note that there are some [rules](https://github.com/google/eslint-config-google/blob/master/index.js#L42-L46) the Google style guide isn't opinionated about and you might want to set yourself.
## Install

@@ -8,0 +10,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc