8000 Merge branch 'master' into require-globals · sveltejs/eslint-config@242c8d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 242c8d7

Browse files
authored
Merge branch 'master' into require-globals
2 parents eae623b + 844b1c4 commit 242c8d7

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.changeset/forty-planes-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-lobsters-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/eslint-config
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- breaking: require eslint v9 and switch to flat config ([#31](https://github.com/sveltejs/eslint-config/pull/31))
8+
9+
- breaking: replace deprecated stylistic rules ([#34](https://github.com/sveltejs/eslint-config/pull/34))
10+
311
## 6.0.4
412

513
### Patch Changes

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/eslint-config",
3-
"version": "6.0.4",
3+
"version": "7.0.0",
44
"description": "Svelte ESLint config",
55
"type": "module",
66
"main": "index.js",
@@ -19,6 +19,10 @@
1919
"author": "Svelte",
2020
"license": "MIT",
2121
"homepage": "https://github.com/svelte/eslint-config#readme",
22+
"files": [
23+
"index.js",
24+
"package.json"
25+
],
2226
"dependencies": {
2327
"globals": "^15.0.0"
2428
},

0 commit comments

Comments
 (0)
0