Socket
Socket
Sign inDemoInstall

@jill64/eslint-config-svelte

Package Overview
Dependencies
9
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/eslint-config-svelte

🔹Pre-Defined ESLint Flat Config for Svelte


Version published
Weekly downloads
29K
decreased by-32.36%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@jill64/eslint-config-svelte

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

🔹Pre-Defined ESLint Flat Config for Svelte

Installation

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

Usage

eslint.config.js

with TypeScript

import { svelteTsConfig } from '@jill64/eslint-config-svelte'

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

To add any configuration, configure as follows

import { svelteTsConfig } from '@jill64/eslint-config-svelte'

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

with JavaScript

import { svelteConfig } from '@jill64/eslint-config-svelte'

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

License

MIT

Keywords

FAQs

Package last updated on 01 Jun 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc