eslint-config-google
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24094
307
1