Skip to content

Commit

Permalink
textlintを導入
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna-can-se committed Oct 5, 2022
1 parent 6c6adcc commit 7165639
Show file tree
Hide file tree
Showing 5 changed files with 7,271 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
26 changes: 26 additions & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"filters": {
"comments": true
},
"rules": {
"preset-ja-spacing": {
"ja-space-between-half-and-full-width": {
"space": "always",
"exceptPunctuation": false
},
"ja-no-space-around-parentheses": false
},
"preset-ja-technical-writing": {
"no-exclamation-question-mark": false,
"sentence-length": {
"max": 120
},
"max-kanji-continuous-len": {
"max": 8
}
},
"ja-no-orthographic-variants": true,
"@textlint-rule/require-header-id": true,
"@textlint-ja/no-synonyms": true
}
}
1 change: 1 addition & 0 deletions maia.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Pymarkdown",
"SpotBugs",
"Springdoc",
"textlint",
"winbatch"
]
},
Expand Down
Loading

0 comments on commit 7165639

Please sign in to comment.