Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

ESLint config used by Electron and Electron maintained modules
https://github.com/electron/eslint-config

Last synced: 3 months ago
JSON representation

ESLint config used by Electron and Electron maintained modules

Awesome Lists containing this project

README

        

# @electron-internal/eslint-config [![npm][npm-image]][npm-url]

[npm-image]: https://img.shields.io/npm/v/@electron-internal/eslint-config.svg
[npm-url]: https://npmjs.org/package/@electron-internal/eslint-config

This module is a reusable eslint config that the Electron team uses across our
projects for consistency. It is loosely based on `standard` but with several
deviations, most notably we enforce semicolon usage.

## Installation

```bash
yarn add eslint eslint-plugin-node @electron-internal/eslint-config --dev
```

```json5
// .eslintrc.json
{
"extends": "@electron-internal"
}
```