Skip to content

ESLint config used by Electron and Electron maintained modules

License

Notifications You must be signed in to change notification settings

electron/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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"
}

About

ESLint config used by Electron and Electron maintained modules

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published