Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 24, 2021
1 parent cbb4347 commit 2401f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/no-unused-svelte-ignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/no-unused-svelte-ignore"
description: "disallow unused svelte-ignore comments"
since: "v0.19.0"
---

# @ota-meshi/svelte/no-unused-svelte-ignore

> disallow unused svelte-ignore comments
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
- :gear: This rule is included in `"plugin:@ota-meshi/svelte/recommended"`.

## :book: Rule Details
Expand Down Expand Up @@ -44,6 +44,10 @@ Nothing.

- [Svelte - Docs > Comments](https://svelte.dev/docs#template-syntax-comments)

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.19.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-unused-svelte-ignore.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ota-meshi/eslint-plugin-svelte",
"version": "0.18.1",
"version": "0.19.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2401f36

Please sign in to comment.