Skip to content

Commit eb7f662

Browse files
committed
0.7.0
1 parent 3a5e339 commit eb7f662

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/rules/valid-compile.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/valid-compile"
55
description: "disallow warnings when compiling."
6+
since: "v0.7.0"
67
---
78

89
# @ota-meshi/svelte/valid-compile
910

1011
> disallow warnings when compiling.
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
13-
1413
## :book: Rule Details
1514

1615
This rule uses Svelte compiler to check the source code.
@@ -40,6 +39,10 @@ Note that we exclude reports for some checks, such as `missing-declaration`, whi
4039

4140
Nothing.
4241

42+
## :rocket: Version
43+
44+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.7.0
45+
4346
## :mag: Implementation
4447

4548
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/valid-compile.ts)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ota-meshi/eslint-plugin-svelte",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)