Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@electron-toolkit/eslint-config

Basic ESLint config for Electron projects.

Requires eslint >= 8.0.0.

This config is specifically designed to be used by @quick-start/create-electron setups.

Installation

npm add -D @electron-toolkit/eslint-config

Usage

Add @electron-toolkit/eslint-config to the extends array in your .eslintrc.cjs file.

module.exports = {
  extends: ['@electron-toolkit']
}