Skip to content

Commit d55b2cf

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

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

.changeset/chilly-olives-check.md

-5
This file was deleted.

.changeset/real-wasps-punch.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- [#262](https://github.com/ota-meshi/eslint-plugin-svelte/pull/262) [`b732ec6`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/b732ec621b1832ddf214ca3bb556d1c0b9ead463) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add `svelte/@typescript-eslint/no-unnecessary-condition` rule
8+
9+
### Patch Changes
10+
11+
- [#261](https://github.com/ota-meshi/eslint-plugin-svelte/pull/261) [`3dae5ab`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/3dae5abe1ac9487697784109e31370641efb204f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: false report in `settings.ignoreWarnings`
12+
313
## 2.8.0
414

515
### Minor Changes

docs/rules/@typescript-eslint/no-unnecessary-condition.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "svelte/@typescript-eslint/no-unnecessary-condition"
55
description: "disallow conditionals where the type is always truthy or always falsy"
6+
since: "v2.9.0"
67
---
78

89
# svelte/@typescript-eslint/no-unnecessary-condition
910

1011
> disallow conditionals where the type is always truthy or always falsy
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
1313
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1414

1515
## :book: Rule Details
@@ -60,6 +60,10 @@ Same as [@typescript-eslint/no-unnecessary-condition] rule option. See [here](ht
6060

6161
[@typescript-eslint/no-unnecessary-condition]: https://typescript-eslint.io/rules/no-unnecessary-condition/
6262

63+
## :rocket: Version
64+
65+
This rule was introduced in eslint-plugin-svelte v2.9.0
66+
6367
## :mag: Implementation
6468

6569
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/@typescript-eslint/no-unnecessary-condition.ts)

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.8.0",
3+
"version": "2.9.0",
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",

0 commit comments

Comments
 (0)