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

eslint-config-google

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-google - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

7

index.js

@@ -81,4 +81,5 @@ /**

// 'consistent-return': 0
// 'curly': 0, // TODO(philipwalton): add an option to enforce braces with
// the exception of simple, single-line if statements.
'curly': [2, 'multi-line'], // TODO(philipwalton): add an option to enforce
// braces with the exception of simple,
// single-line if statements.
// 'default-case': 0,

@@ -203,3 +204,3 @@ // 'dot-location': 0,

'key-spacing': 2,
'keyword-spacing': 0,
'keyword-spacing': 2,
// 'line-comment-position': 0,

@@ -206,0 +207,0 @@ 'linebreak-style': 2,

{
"name": "eslint-config-google",
"version": "0.7.1",
"version": "0.8.0",
"description": "ESLint shareable config for the Google style",

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

# eslint-config-google [![Build Status](https://travis-ci.org/google/eslint-config-google.svg?branch=master)](https://travis-ci.org/google/eslint-config-google)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for the [Google JavaScript style guide](http://google.github.io/styleguide/javascriptguide.xml)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for the [Google JavaScript style guide](https://google.github.io/styleguide/jsguide.html)

@@ -5,0 +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