File tree Expand file tree Collapse file tree 7 files changed +11
-6
lines changed
packages/create-svelte/shared
+eslint+prettier+typescript
+eslint+prettier-typescript Expand file tree Collapse file tree 7 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' create-svelte ' : patch
3
+ ---
4
+
5
+ chore: bump @types/eslint to v9
Original file line number Diff line number Diff line change 1
1
import svelte_config from '@sveltejs/eslint-config' ;
2
2
3
- /** @type {import('eslint').Linter.FlatConfig [] } */
3
+ /** @type {import('eslint').Linter.Config [] } */
4
4
export default [
5
5
...svelte_config ,
6
6
{
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import svelte from 'eslint-plugin-svelte';
4
4
import prettier from 'eslint-config-prettier' ;
5
5
import globals from 'globals' ;
6
6
7
- /** @type {import('eslint').Linter.FlatConfig [] } */
7
+ /** @type {import('eslint').Linter.Config [] } */
8
8
export default [
9
9
js . configs . recommended ,
10
10
...ts . configs . recommended ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import svelte from 'eslint-plugin-svelte';
3
3
import prettier from 'eslint-config-prettier' ;
4
4
import globals from 'globals' ;
5
5
6
- /** @type {import('eslint').Linter.FlatConfig [] } */
6
+ /** @type {import('eslint').Linter.Config [] } */
7
7
export default [
8
8
js . configs . recommended ,
9
9
...svelte . configs [ 'flat/recommended' ] ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ts from 'typescript-eslint';
3
3
import svelte from 'eslint-plugin-svelte' ;
4
4
import globals from 'globals' ;
5
5
6
- /** @type {import('eslint').Linter.FlatConfig [] } */
6
+ /** @type {import('eslint').Linter.Config [] } */
7
7
export default [
8
8
js . configs . recommended ,
9
9
...ts . configs . recommended ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import js from '@eslint/js';
2
2
import svelte from 'eslint-plugin-svelte' ;
3
3
import globals from 'globals' ;
4
4
5
- /** @type {import('eslint').Linter.FlatConfig [] } */
5
+ /** @type {import('eslint').Linter.Config [] } */
6
6
export default [
7
7
js . configs . recommended ,
8
8
...svelte . configs [ 'flat/recommended' ] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "@types/eslint" : " ^8.56.7 " ,
3
+ "@types/eslint" : " ^9.6.0 " ,
4
4
"eslint" : " ^9.0.0" ,
5
5
"eslint-plugin-svelte" : " ^2.36.0" ,
6
6
"globals" : " ^15.0.0"
You can’t perform that action at this time.
0 commit comments