1.0.2 • Published 5 months ago

@electron-toolkit/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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']
}
1.0.2

5 months ago

1.0.1

10 months ago

1.0.0

10 months ago