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

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

Setup for ESLint
https://github.com/inker/eslint-config

Last synced: 4 months ago
JSON representation

Setup for ESLint

Awesome Lists containing this project

README

          

# @inker/eslint-config

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]

## Installation

```sh
npm i -D @inker/eslint-config
```

## Usage

Add `"extends": "@inker/eslint-config"` to your `.eslintrc`.

## Notes

`comma-style` - is comma last
`comma-dangle` - trailing commas are required
`semi`- semicolons are required

It is recommended that no other settings apart from the ones above be changed. Any changes are up for discussion.

[npm-url]: https://npmjs.org/package/@inker/eslint-config
[downloads-image]: http://img.shields.io/npm/dm/@inker/eslint-config.svg
[npm-image]: http://img.shields.io/npm/v/@inker/eslint-config.svg
[david-dm-url]:https://david-dm.org/inker/@inker/eslint-config
[david-dm-image]:https://david-dm.org/inker/@inker/eslint-config.svg
[david-dm-dev-url]:https://david-dm.org/inker/@inker/eslint-config#info=devDependencies
[david-dm-dev-image]:https://david-dm.org/inker/@inker/eslint-config/dev-status.svg