Skip to content

patch release v0.0.2 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

## v0.0.2 (2021-08-19)

#### :star: Features
* [#2](https://github.com/intlify/eslint-plugin-svelte/pull/2) Add support for eslint v8 ([@ota-meshi](https://github.com/ota-meshi))

#### Committers: 1
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))

5 changes: 5 additions & 0 deletions docs/rules/no-raw-text.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '@intlify/svelte/no-raw-text'
description: disallow to string literal in template
since: v0.0.1
---

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

## :rocket: Version

This rule was introduced in `@intlify/eslint-plugin-svelte` v0.0.1

## :mag: Implementation

- [Rule source](https://github.com/intlify/eslint-plugin-svelte/blob/main/lib/rules/no-raw-text.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-svelte",
"description": "ESLint plugin for internationalization with Svelte",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {
"access": "public"
},
Expand Down