Skip to content

Commit da2459f

Browse files
hyunbinseopaoloricciuti
authored andcommitted
chore: bump @types/eslint to v9 (sveltejs#12496)
1 parent 3d69563 commit da2459f

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

.changeset/yellow-queens-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
chore: bump @types/eslint to v9

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import svelte_config from '@sveltejs/eslint-config';
22

3-
/** @type {import('eslint').Linter.FlatConfig[]} */
3+
/** @type {import('eslint').Linter.Config[]} */
44
export default [
55
...svelte_config,
66
{

packages/create-svelte/shared/+eslint+prettier+typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import svelte from 'eslint-plugin-svelte';
44
import prettier from 'eslint-config-prettier';
55
import globals from 'globals';
66

7-
/** @type {import('eslint').Linter.FlatConfig[]} */
7+
/** @type {import('eslint').Linter.Config[]} */
88
export default [
99
js.configs.recommended,
1010
...ts.configs.recommended,

packages/create-svelte/shared/+eslint+prettier-typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import svelte from 'eslint-plugin-svelte';
33
import prettier from 'eslint-config-prettier';
44
import globals from 'globals';
55

6-
/** @type {import('eslint').Linter.FlatConfig[]} */
6+
/** @type {import('eslint').Linter.Config[]} */
77
export default [
88
js.configs.recommended,
99
...svelte.configs['flat/recommended'],

packages/create-svelte/shared/+eslint+typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ts from 'typescript-eslint';
33
import svelte from 'eslint-plugin-svelte';
44
import globals from 'globals';
55

6-
/** @type {import('eslint').Linter.FlatConfig[]} */
6+
/** @type {import('eslint').Linter.Config[]} */
77
export default [
88
js.configs.recommended,
99
...ts.configs.recommended,

packages/create-svelte/shared/+eslint-typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import js from '@eslint/js';
22
import svelte from 'eslint-plugin-svelte';
33
import globals from 'globals';
44

5-
/** @type {import('eslint').Linter.FlatConfig[]} */
5+
/** @type {import('eslint').Linter.Config[]} */
66
export default [
77
js.configs.recommended,
88
...svelte.configs['flat/recommended'],

packages/create-svelte/shared/+eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@types/eslint": "^8.56.7",
3+
"@types/eslint": "^9.6.0",
44
"eslint": "^9.0.0",
55
"eslint-plugin-svelte": "^2.36.0",
66
"globals": "^15.0.0"

0 commit comments

Comments
 (0)