Skip to content

Commit

Permalink
fix: add -njų exception
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Dec 14, 2023
1 parent de4528f commit 9683d04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion scripts/generate-rule-exceptions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ function endsWithNj(word) {
|| word.endsWith('njami')
|| word.endsWith('nje')
|| word.endsWith('njem')
|| word.endsWith('nju');
|| word.endsWith('nju')
|| word.endsWith('njų');
}

fs.writeFileSync(
Expand Down
Loading

0 comments on commit 9683d04

Please sign in to comment.