Socket
Socket
Sign inDemoInstall

@jill64/eslint-config-svelte

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/eslint-config-svelte - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

dist/svelteConfig.d.ts
import deprecation from 'eslint-plugin-deprecation';
import { FlatConfig } from './index.js';
import type { Linter } from 'eslint';
export declare const svelteConfig: (options?: {

@@ -9,2 +10,3 @@ exclude?: {

ignores?: string[];
svelteRules?: Linter.RulesRecord | undefined;
}) => FlatConfig[];

3

dist/svelteConfig.js

@@ -37,3 +37,4 @@ import js from '@eslint/js';

...svelte.configs.base.rules,
...svelte.configs.recommended.rules
...svelte.configs.recommended.rules,
...options?.svelteRules
}

@@ -40,0 +41,0 @@ },

import deprecation from 'eslint-plugin-deprecation';
import { FlatConfig } from './index.js';
import type { Linter } from 'eslint';
export declare const svelteTsConfig: (options?: {

@@ -9,2 +10,3 @@ exclude?: {

ignores?: string[];
svelteRules?: Linter.RulesRecord | undefined;
}) => FlatConfig[];

@@ -61,3 +61,4 @@ import js from '@eslint/js';

...svelte.configs.base.rules,
...svelte.configs.recommended.rules
...svelte.configs.recommended.rules,
...options?.svelteRules
}

@@ -64,0 +65,0 @@ },

{
"name": "@jill64/eslint-config-svelte",
"description": "🔹Pre-Defined ESLint Flat Config for Svelte",
"version": "1.1.1",
"version": "1.2.0",
"type": "module",

@@ -53,3 +53,3 @@ "main": "dist/index.js",

"@types/eslint__js": "8.42.3",
"svelte": "4.2.10",
"svelte": "4.2.11",
"typescript": "5.3.3"

@@ -56,0 +56,0 @@ },

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