Skip to content

Commit

Permalink
fix(rule): fix require path
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 12, 2016
1 parent b2c46cb commit 145f539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
rules: {
"no-raw-value": require("./rules/no-raw-value"),
"require-translation-ja": require("./rules/require-translation-ja-ja")
"require-translation-ja": require("./rules/require-translation-ja")
},
rulesConfig: {
"simple-i18n-text/no-raw-value": "on",
Expand Down

0 comments on commit 145f539

Please sign in to comment.