Skip to content

Commit

Permalink
fix: Textlintの設定ファイルをフォーマット(#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-yoshikawa44 committed Sep 14, 2024
1 parent 7f41fd3 commit 79482fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .textlintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"filters": {},
"rules": {
"preset-ja-technical-writing": true,
"preset-ja-technical-writing": {
"no-exclamation-question-mark": false,
"max-kanji-continuous-len": {
max: 10
"max": 10
},
"sentence-length": {
max: 120
},
"max": 120
}
}
}
}
}

0 comments on commit 79482fd

Please sign in to comment.