eslint-config

ESLint config used by Electron and Electron maintained modules

MIT License

Downloads
3.6K
Stars
5
Committers
5

@electron-internal/eslint-config npm

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

yarn add eslint eslint-plugin-node @electron-internal/eslint-config --dev
// .eslintrc.json
{
  "extends": "@electron-internal"
}
Package Rankings
Top 7.36% on Npmjs.org
Badges
Extracted from project README
npm