Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 14, 2021
1 parent 3a5e339 commit eb7f662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/rules/valid-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

## :book: Rule Details

This rule uses Svelte compiler to check the source code.
Expand Down Expand Up @@ -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)
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.6.0",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit eb7f662

Please sign in to comment.