Skip to content

Commit 24d8339

Browse files
authored
patch release v0.0.2 (#3)
* patch release v0.0.2 * fix doc
1 parent 69c7f05 commit 24d8339

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
## v0.0.2 (2021-08-19)
3+
4+
#### :star: Features
5+
* [#2](https://github.com/intlify/eslint-plugin-svelte/pull/2) Add support for eslint v8 ([@ota-meshi](https://github.com/ota-meshi))
6+
7+
#### Committers: 1
8+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
9+

docs/rules/no-raw-text.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: '@intlify/svelte/no-raw-text'
33
description: disallow to string literal in template
4+
since: v0.0.1
45
---
56

67
# @intlify/svelte/no-raw-text
@@ -66,6 +67,10 @@ This rule encourage i18n in about the application needs to be localized.
6667
- `ignorePattern`: specify a regexp pattern that matches strings to ignore
6768
- `ignoreText`: specify an array of strings to ignore
6869

70+
## :rocket: Version
71+
72+
This rule was introduced in `@intlify/eslint-plugin-svelte` v0.0.1
73+
6974
## :mag: Implementation
7075

7176
- [Rule source](https://github.com/intlify/eslint-plugin-svelte/blob/main/lib/rules/no-raw-text.ts)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/eslint-plugin-svelte",
33
"description": "ESLint plugin for internationalization with Svelte",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)