File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' @intlify/svelte/no-raw-text'
3
3
description : disallow to string literal in template
4
+ since : v0.0.1
4
5
---
5
6
6
7
# @intlify/svelte /no-raw-text
@@ -66,6 +67,10 @@ This rule encourage i18n in about the application needs to be localized.
66
67
- ` ignorePattern ` : specify a regexp pattern that matches strings to ignore
67
68
- ` ignoreText ` : specify an array of strings to ignore
68
69
70
+ ## :rocket : Version
71
+
72
+ This rule was introduced in ` @intlify/eslint-plugin-svelte ` v0.0.1
73
+
69
74
## :mag : Implementation
70
75
71
76
- [ Rule source] ( https://github.com/intlify/eslint-plugin-svelte/blob/main/lib/rules/no-raw-text.ts )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intlify/eslint-plugin-svelte" ,
3
3
"description" : " ESLint plugin for internationalization with Svelte" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
You can’t perform that action at this time.
0 commit comments