Skip to content

Commit 6177491

Browse files
chore: release eslint-plugin-svelte (#421)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ae07d9 commit 6177491

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.changeset/heavy-cycles-explain.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-svelte
22

3+
## 2.23.1
4+
5+
### Patch Changes
6+
7+
- [#420](https://github.com/ota-meshi/eslint-plugin-svelte/pull/420) [`4ae07d9`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/4ae07d93a4102504afd9f37a38ff0e90de075a79) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: false positive for containing element in `svelte/no-unused-svelte-ignore`
8+
39
## 2.23.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.23.0",
3+
"version": "2.23.1",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git",
66
"homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",

typings/estree/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import type { TSESTree } from "@typescript-eslint/types"
66

77
export type Node = TSESTree.Node
8-
export type Program = TSESTree.Program
98
export type Expression = TSESTree.Expression
109
export type Statement = TSESTree.Statement
1110
export type Pattern = TSESTree.Pattern

0 commit comments

Comments
 (0)