eslint-plugin-svelte
Advanced tools
Comparing version 2.36.0-next.11 to 2.36.0-next.12
declare const _default: ({ | ||
files: string[]; | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -15,2 +19,3 @@ parser: any; | ||
}; | ||
plugins?: undefined; | ||
} | { | ||
@@ -17,0 +22,0 @@ rules: any; |
import type { ESLint } from 'eslint'; | ||
declare const _default: { | ||
files: string[]; | ||
declare const _default: ({ | ||
plugins: { | ||
readonly svelte: ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -16,3 +20,4 @@ parser: any; | ||
}; | ||
}[]; | ||
plugins?: undefined; | ||
})[]; | ||
export default _default; |
@@ -5,3 +5,2 @@ "use strict"; | ||
{ | ||
files: ['*.svelte', '**/*.svelte'], | ||
plugins: { | ||
@@ -11,3 +10,6 @@ get svelte() { | ||
} | ||
}, | ||
} | ||
}, | ||
{ | ||
files: ['*.svelte', '**/*.svelte'], | ||
languageOptions: { | ||
@@ -14,0 +16,0 @@ parser: require('svelte-eslint-parser') |
declare const _default: ({ | ||
files: string[]; | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -15,2 +19,3 @@ parser: any; | ||
}; | ||
plugins?: undefined; | ||
} | { | ||
@@ -17,0 +22,0 @@ rules: { |
declare const _default: ({ | ||
files: string[]; | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -15,2 +19,3 @@ parser: any; | ||
}; | ||
plugins?: undefined; | ||
} | { | ||
@@ -17,0 +22,0 @@ rules: { |
@@ -58,7 +58,11 @@ import type { RuleModule } from './types'; | ||
}; | ||
'flat/base': { | ||
files: string[]; | ||
'flat/base': ({ | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -73,8 +77,13 @@ parser: any; | ||
}; | ||
}[]; | ||
plugins?: undefined; | ||
})[]; | ||
'flat/recommended': ({ | ||
files: string[]; | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -89,2 +98,3 @@ parser: any; | ||
}; | ||
plugins?: undefined; | ||
} | { | ||
@@ -109,6 +119,10 @@ rules: { | ||
'flat/prettier': ({ | ||
files: string[]; | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -123,2 +137,3 @@ parser: any; | ||
}; | ||
plugins?: undefined; | ||
} | { | ||
@@ -140,6 +155,10 @@ rules: { | ||
'flat/all': ({ | ||
files: string[]; | ||
plugins: { | ||
readonly svelte: import("eslint").ESLint.Plugin; | ||
}; | ||
files?: undefined; | ||
languageOptions?: undefined; | ||
rules?: undefined; | ||
} | { | ||
files: string[]; | ||
languageOptions: { | ||
@@ -154,2 +173,3 @@ parser: any; | ||
}; | ||
plugins?: undefined; | ||
} | { | ||
@@ -156,0 +176,0 @@ rules: any; |
@@ -1,2 +0,2 @@ | ||
export declare const name: "eslint-plugin-svelte"; | ||
export declare const version: "2.36.0-next.11"; | ||
export declare const name = "eslint-plugin-svelte"; | ||
export declare const version = "2.36.0-next.12"; |
@@ -5,2 +5,2 @@ "use strict"; | ||
exports.name = 'eslint-plugin-svelte'; | ||
exports.version = '2.36.0-next.11'; | ||
exports.version = '2.36.0-next.12'; |
{ | ||
"name": "eslint-plugin-svelte", | ||
"version": "2.36.0-next.11", | ||
"version": "2.36.0-next.12", | ||
"description": "ESLint plugin for Svelte using AST", | ||
@@ -42,3 +42,3 @@ "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", | ||
"debug": "^4.3.4", | ||
"eslint-compat-utils": "^0.4.1", | ||
"eslint-compat-utils": "^0.5.0", | ||
"esutils": "^2.0.3", | ||
@@ -88,4 +88,4 @@ "known-css-properties": "^0.30.0", | ||
"@types/stylus": "^0.48.42", | ||
"@typescript-eslint/eslint-plugin": "^7.1.1", | ||
"@typescript-eslint/parser": "^7.1.1", | ||
"@typescript-eslint/eslint-plugin": "^7.3.0", | ||
"@typescript-eslint/parser": "^7.3.0", | ||
"@typescript/vfs": "^1.5.0", | ||
@@ -92,0 +92,0 @@ "acorn": "^8.11.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
585526
13240
+ Addedeslint-compat-utils@0.5.1(transitive)
- Removedeslint-compat-utils@0.4.1(transitive)
Updatedeslint-compat-utils@^0.5.0