Skip to content

Commit d17aa4e

Browse files
committed
1.0.1
1 parent cef0457 commit d17aa4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/valid-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This rule validates the value of the `i18nKey` attribute evaluates to a key that
1313
```json
1414
{
1515
"rules": {
16-
"@flycode-org/react-18next/valid-key": "error"
16+
"@flycode-org/react-i18next/valid-key": "error"
1717
},
1818
"settings": {
1919
"@flycode-org/react-i18next": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flycode-org/eslint-plugin-react-i18next",
33
"description": "ESLint rules for react-i18next",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)