Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More →
Socket
Book a DemoInstallSign in
Socket

@jill64/eslint-config-svelte

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/eslint-config-svelte

🔹Pre-Defined ESLint Flat Config for Svelte

latest
Source
npmnpm
Version
2.2.12
Version published
Weekly downloads
516
377.78%
Maintainers
1
Weekly downloads
 
Created
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

config

FAQs

Package last updated on 09 May 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