An open API service indexing awesome lists of open source software.

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

jQuery's eslint config, enforcing the jQuery styleguide
https://github.com/jquery/eslint-config-jquery

Last synced: 8 months ago
JSON representation

jQuery's eslint config, enforcing the jQuery styleguide

Awesome Lists containing this project

README

          

# jQuery ESLint config

## Usage

```sh
npm install --save-dev eslint-config-jquery
```

Configure ESLint with a `.eslintrc` file using the following contents:
```json
{
"extends": "jquery"
}
```

## Status

This config follows the spirit of the jQuery [code style](https://contribute.jquery.org/style-guide/js/), does not violate it and extends it.

## Semver policy

Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.