eslint-config-google

WebJar for eslint-config-google

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

eslint-config-google
Last Version

Last Version

0.14.0
Release Date

Release Date

Type

Type

jar
Description

Description

eslint-config-google
WebJar for eslint-config-google
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/google/eslint-config-google

Download eslint-config-google

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/eslint-config-google/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>eslint-config-google</artifactId>
    <version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/eslint-config-google/
implementation 'org.webjars.npm:eslint-config-google:0.14.0'
// https://jarcasting.com/artifacts/org.webjars.npm/eslint-config-google/
implementation ("org.webjars.npm:eslint-config-google:0.14.0")
'org.webjars.npm:eslint-config-google:jar:0.14.0'
<dependency org="org.webjars.npm" name="eslint-config-google" rev="0.14.0">
  <artifact name="eslint-config-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='eslint-config-google', version='0.14.0')
)
libraryDependencies += "org.webjars.npm" % "eslint-config-google" % "0.14.0"
[org.webjars.npm/eslint-config-google "0.14.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

eslint-config-google Build Status

ESLint shareable config for the Google JavaScript style guide (ES2015+ version)

Installation

$ npm install --save-dev eslint eslint-config-google

Usage

Once the eslint-config-google package is installed, you can use it by specifying google in the extends section of your ESLint configuration.

{
  "extends": "google",
  "rules": {
    // Additional, per-project rules...
  }
}

Using the google config with eslint:recommended

There are several rules in the eslint:recommended ruleset that Google style is not opinionated about that you might want to enforce in your project.

To use Google style in conjunction with ESLint's recommended rule set, extend them both, making sure to list google last:

{
  "extends": ["eslint:recommended", "google"],
  "rules": {
    // Additional, per-project rules...
  }
}

To see how the google config compares with eslint:recommended, refer to the source code of index.js, which lists every ESLint rule along with whether (and how) it is enforced by the google config.

License

Apache-2 © Google

org.webjars.npm

Google

Google ❤️ Open Source

Versions

Version
0.14.0