Socket
Socket
Sign inDemoInstall

@jill64/eslint-config-ts

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/eslint-config-ts

šŸ”¹Pre-Defined ESLint Flat Config for TypeScript


Version published
Weekly downloads
7.4K
decreased by-0.71%
Maintainers
1
Weekly downloads
Ā 
Created
Source

@jill64/eslint-config-ts

npm-version npm-license npm-download-month npm-min-size

šŸ”¹Pre-Defined ESLint Flat Config for TypeScript

Installation

npm i -D @jill64/eslint-config-ts

Usage

eslint.config.js

import { tsConfig } from '@jill64/eslint-config-ts'

/** @type {import('@jill64/eslint-config-ts').FlatConfig[]} */
export default tsConfig()

To add any configuration, configure as follows

import { tsConfig } from '@jill64/eslint-config-ts'

/** @type {import('@jill64/eslint-config-ts').FlatConfig[]} */
export default [
  ...tsConfig()
  // ...
]

License

MIT

Keywords

FAQs

Package last updated on 09 Sep 2024

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