2.1.0 • Published 7 months ago

@electron-toolkit/eslint-config v2.1.0

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

@electron-toolkit/eslint-config

Basic ESLint config for Electron projects.

Requires eslint >= 9.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

Import @electron-toolkit/eslint-config and add it to the configuration array in your eslint.config.js file.

import eslintConfig from '@electron-toolkit/eslint-config'

export default [
  eslintConfig
  // Any other config
]
2.0.0-beta.0

9 months ago

2.1.0

7 months ago

2.0.0

9 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago