Skip to content

Commit 56b8cc9

Browse files
committed
run update command
1 parent a8d4bbb commit 56b8cc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ These rules extend the rules provided by ESLint itself, or other plugins to work
382382
| Rule ID | Description | |
383383
|:--------|:------------|:---|
384384
| [svelte/no-inner-declarations](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-inner-declarations/) | disallow variable or `function` declarations in nested blocks | :star: |
385-
| [svelte/no-restricted-html-elements](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-restricted-html-elements/) | (no description) | |
385+
| [svelte/no-restricted-html-elements](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-restricted-html-elements/) | disallow specific HTML elements | |
386386
| [svelte/no-trailing-spaces](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-trailing-spaces/) | disallow trailing whitespace at the end of lines | :wrench: |
387387

388388
## Experimental

docs/rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ These rules extend the rules provided by ESLint itself, or other plugins to work
9595
| Rule ID | Description | |
9696
| :--------------------------------------------------------------------------- | :------------------------------------------------------------ | :------- |
9797
| [svelte/no-inner-declarations](./rules/no-inner-declarations.md) | disallow variable or `function` declarations in nested blocks | :star: |
98-
| [svelte/no-restricted-html-elements](./rules/no-restricted-html-elements.md) | (no description) | |
98+
| [svelte/no-restricted-html-elements](./rules/no-restricted-html-elements.md) | disallow specific HTML elements | |
9999
| [svelte/no-trailing-spaces](./rules/no-trailing-spaces.md) | disallow trailing whitespace at the end of lines | :wrench: |
100100

101101
## Experimental

docs/rules/no-restricted-html-elements.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "svelte/no-restricted-html-elements"
5-
description: ""
5+
description: "disallow specific HTML elements"
66
---
77

88
# svelte/no-restricted-html-elements
99

10-
> This rule reports to usage of resticted HTML elements.
10+
> disallow specific HTML elements
1111
1212
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
1313

0 commit comments

Comments
 (0)