Skip to content

Commit

Permalink
Fix rule name (#11)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
takurinton authored Aug 20, 2024
1 parent 5f71ed9 commit 9e28201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sharp-parents-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@takurinton/eslint-plugin-i18n": patch
---

fix rule config
2 changes: 1 addition & 1 deletion packages/i18n/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { constantsRule, defineLanguageConstantVariables } from "./rules";
export = {
rules: {
constants: constantsRule,
defineLanguageConstantVariables,
"define-language-constant-variables": defineLanguageConstantVariables,
},
configs: {
all: {
Expand Down

0 comments on commit 9e28201

Please sign in to comment.