Socket
Socket
Sign inDemoInstall

@jill64/eslint-config-svelte

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


Version published
Weekly downloads
14K
decreased by-35.66%
Maintainers
1
Weekly downloads
 
Created

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 10 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