From eb7f66257edbf5624adc1c11f508817ae946c883 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Wed, 14 Jul 2021 13:06:05 +0900 Subject: [PATCH] 0.7.0 --- docs/rules/valid-compile.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/rules/valid-compile.md b/docs/rules/valid-compile.md index 8f592862b..f2bc70812 100644 --- a/docs/rules/valid-compile.md +++ b/docs/rules/valid-compile.md @@ -3,14 +3,13 @@ pageClass: "rule-details" sidebarDepth: 0 title: "@ota-meshi/svelte/valid-compile" description: "disallow warnings when compiling." +since: "v0.7.0" --- # @ota-meshi/svelte/valid-compile > disallow warnings when compiling. -- :exclamation: **_This rule has not been released yet._** - ## :book: Rule Details 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 Nothing. +## :rocket: Version + +This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.7.0 + ## :mag: Implementation - [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/valid-compile.ts) diff --git a/package.json b/package.json index 04c782329..4392f4202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ota-meshi/eslint-plugin-svelte", - "version": "0.6.0", + "version": "0.7.0", "publishConfig": { "access": "public" },