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 11import svelte_config from '@sveltejs/eslint-config' ;
22
3- /** @type {import('eslint').Linter.FlatConfig [] } */
3+ /** @type {import('eslint').Linter.Config [] } */
44export default [
55 ...svelte_config ,
66 {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import svelte from 'eslint-plugin-svelte';
44import prettier from 'eslint-config-prettier' ;
55import globals from 'globals' ;
66
7- /** @type {import('eslint').Linter.FlatConfig [] } */
7+ /** @type {import('eslint').Linter.Config [] } */
88export default [
99 js . configs . recommended ,
1010 ...ts . configs . recommended ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import svelte from 'eslint-plugin-svelte';
33import prettier from 'eslint-config-prettier' ;
44import globals from 'globals' ;
55
6- /** @type {import('eslint').Linter.FlatConfig [] } */
6+ /** @type {import('eslint').Linter.Config [] } */
77export default [
88 js . configs . recommended ,
99 ...svelte . configs [ 'flat/recommended' ] ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ts from 'typescript-eslint';
33import svelte from 'eslint-plugin-svelte' ;
44import globals from 'globals' ;
55
6- /** @type {import('eslint').Linter.FlatConfig [] } */
6+ /** @type {import('eslint').Linter.Config [] } */
77export default [
88 js . configs . recommended ,
99 ...ts . configs . recommended ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import js from '@eslint/js';
22import svelte from 'eslint-plugin-svelte' ;
33import globals from 'globals' ;
44
5- /** @type {import('eslint').Linter.FlatConfig [] } */
5+ /** @type {import('eslint').Linter.Config [] } */
66export default [
77 js . configs . recommended ,
88 ...svelte . configs [ 'flat/recommended' ] ,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments