File tree Expand file tree Collapse file tree 4 files changed +14
-18
lines changed
packages/eslint-plugin-svelte/src Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * IMPORTANT!
3
- * This file has been automatically generated,
4
- * in order to update its content execute "pnpm run update"
5
- */
6
- export const name = 'eslint-plugin-svelte' as const ;
7
- export const version = '3.4.0' as const ;
1
+ // IMPORTANT!
2
+ // This file has been automatically generated,
3
+ // in order to update its content execute "pnpm run update"
4
+ export const name = 'eslint-plugin-svelte' ;
5
+ export const version = '3.4.0' ;
Original file line number Diff line number Diff line change @@ -488,7 +488,9 @@ type SvelteNoInlineStyles = []|[{
488
488
allowTransitions ?: boolean
489
489
} ]
490
490
// ----- svelte/no-inner-declarations -----
491
- type SvelteNoInnerDeclarations = [ ] | [ ( "functions" | "both" ) ]
491
+ type SvelteNoInnerDeclarations = [ ] | [ ( "functions" | "both" ) ] | [ ( "functions" | "both" ) , {
492
+ blockScopedFunctions ?: ( "allow" | "disallow" )
493
+ } ]
492
494
// ----- svelte/no-navigation-without-base -----
493
495
type SvelteNoNavigationWithoutBase = [ ] | [ {
494
496
ignoreGoto ?: boolean
Original file line number Diff line number Diff line change 1
- /*
2
- * IMPORTANT!
3
- * This file has been automatically generated,
4
- * in order to update its content execute "pnpm run update"
5
- */
1
+ // IMPORTANT!
2
+ // This file has been automatically generated,
3
+ // in order to update its content execute "pnpm run update"
6
4
//
7
5
// Replace type information to use "@typescript-eslint/types" instead of "estree".
8
6
//
Original file line number Diff line number Diff line change 1
- /*
2
- * IMPORTANT!
3
- * This file has been automatically generated,
4
- * in order to update its content execute "pnpm run update"
5
- */
1
+ // IMPORTANT!
2
+ // This file has been automatically generated,
3
+ // in order to update its content execute "pnpm run update"
6
4
//
7
5
// The information here can be calculated by calculating the type,
8
6
// but is pre-defined to avoid the computational cost.
You can’t perform that action at this time.
0 commit comments