New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@electron-toolkit/eslint-config-ts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-toolkit/eslint-config-ts

Basic ESLint config for Electron-TypeScript projects.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19K
increased by6.67%
Maintainers
1
Weekly downloads
 
Created
Source

@electron-toolkit/eslint-config-ts

Basic ESLint config for Electron-TypeScript 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-ts

Usage

This package exports the following:

nameDescription
configA utility function for creating type-safe flat configs, export form typescript-eslint
configsBuilt-in configurations: base, recommended and recommendedTypeChecked
parserTypeScript parser for ESLint, export form @typescript-eslint/parser
pluginTypeScript plugin for ESLint, export form @typescript-eslint/eslint-plugin

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

import tseslint from '@electron-toolkit/eslint-config-ts'

export default tseslint.config(
  tseslint.configs.recommended
  // Any other config
)

Keywords

FAQs

Package last updated on 14 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc