We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef0457 commit d17aa4eCopy full SHA for d17aa4e
docs/rules/valid-key.md
@@ -13,7 +13,7 @@ This rule validates the value of the `i18nKey` attribute evaluates to a key that
13
```json
14
{
15
"rules": {
16
- "@flycode-org/react-18next/valid-key": "error"
+ "@flycode-org/react-i18next/valid-key": "error"
17
},
18
"settings": {
19
"@flycode-org/react-i18next": {
package.json
@@ -1,7 +1,7 @@
1
2
"name": "@flycode-org/eslint-plugin-react-i18next",
3
"description": "ESLint rules for react-i18next",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"license": "MIT",
6
"main": "dist/index.js",
7
"scripts": {
0 commit comments