Socket
Socket
Sign inDemoInstall

@jill64/eslint-config-ts

Package Overview
Dependencies
Maintainers
1
Versions
65
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
Maintainers
1
Created

Readme

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 13 May 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc