generated from kawamataryo/resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from sota0121/feature/update-20220809
Update for ver.202208
- Loading branch information
Showing
11 changed files
with
426 additions
and
237 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"rules": { | ||
"terminology": { | ||
"defaultTerms": true, | ||
"skip": ["Blockquote"], | ||
}, | ||
"rousseau": { | ||
"showLevels": ["suggestion", "warning", "error"], | ||
"ignoreTypes": ["sentence:uppercase"], | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
{ | ||
"rules": { | ||
"preset-ja-technical-writing": { | ||
"sentence-length": { | ||
"max": 120, | ||
"severity": "warning" | ||
}, | ||
"max-comma": { | ||
"max": 3 | ||
}, | ||
"max-ten": { | ||
"max": 3 | ||
}, | ||
"max-kanji-continuous-len": { | ||
"max": 6 | ||
}, | ||
"arabic-kanji-numbers": true, | ||
"no-mix-dearu-desumasu": { | ||
"preferInHeader": "", | ||
"preferInBody": "ですます", | ||
"preferInList": "である", | ||
"strict": false | ||
}, | ||
"ja-no-mixed-period": { | ||
"periodMark": "。", | ||
"severity": "warning" | ||
}, | ||
"no-double-negative-ja": true, | ||
"no-dropping-the-ra": true, | ||
"no-doubled-conjunctive-particle-ga": { | ||
"severity": "warning" | ||
}, | ||
"no-doubled-conjunction": true, | ||
"no-doubled-joshi": { | ||
"min_interval": 1, | ||
"severity": "warning" | ||
}, | ||
"no-nfd": true, | ||
"no-invalid-control-character": false, | ||
"no-exclamation-question-mark": false, | ||
"no-hankaku-kana": true, | ||
"ja-no-weak-phrase": { | ||
"severity": "warning" | ||
}, | ||
"ja-no-successive-word": true, | ||
"ja-no-abusage": true, | ||
"ja-no-redundant-expression": { | ||
"severity": "warning" | ||
}, | ||
"ja-unnatural-alphabet": { | ||
"allow": [ | ||
"/[A-Z]/" | ||
], | ||
"allowCommonCase": true | ||
}, | ||
"no-unmatched-pair": true | ||
}, | ||
"preset-jtf-style": { | ||
"1.1.1.本文": true, | ||
"1.1.2.見出し": true, | ||
"1.1.3.箇条書き": true, | ||
"1.1.5.図表のキャプション": true, | ||
"1.2.1.句点(。)と読点(、)": true, | ||
"1.2.2.ピリオド(.)とカンマ(,)": true, | ||
"2.1.2.漢字": false, | ||
"2.1.5.カタカナ": false, | ||
"2.1.6.カタカナの長音": false, | ||
"2.1.8.算用数字": true, | ||
"2.1.9.アルファベット": true, | ||
"2.1.10.算用数字の位取りの表記": true, | ||
"2.2.1.ひらがなと漢字の使い分け": false, | ||
"2.2.2.算用数字と漢数字の使い分け": true, | ||
"2.2.3.一部の助数詞の表記": true, | ||
"3.1.1.全角文字と半角文字の間": false, | ||
"3.1.2.全角文字どうし": false, | ||
"3.2.カタカナ語間のスペースの有無": true, | ||
"3.3.かっこ類と隣接する文字の間のスペースの有無": true, | ||
"4.1.1.句点(。)": true, | ||
"4.1.3.ピリオド(.)、カンマ(,)": true, | ||
"4.2.1.感嘆符(!)": true, | ||
"4.2.2.疑問符(?)": true, | ||
"4.2.4.中黒(・)": true, | ||
"4.2.5.波線(〜)": true, | ||
"4.2.6.ハイフン(-)": true, | ||
"4.2.7.コロン(:)": true, | ||
"4.2.8.セミコロン(;)": true, | ||
"4.2.9.ダッシュ(-)": true, | ||
"4.3.1.丸かっこ()": true, | ||
"4.3.2.大かっこ[]": true, | ||
"4.3.3.かぎかっこ「」": true, | ||
"4.3.4.二重かぎかっこ『』": true, | ||
"4.3.5.二重引用符": true, | ||
"4.3.6.中かっこ{ }": true, | ||
"4.3.7.山かっこ<>": true, | ||
"4.3.8.一重引用符": true | ||
}, | ||
"preset-ja-spacing": { | ||
"ja-space-between-half-and-full-width": { | ||
"space": "always" | ||
}, | ||
"ja-space-around-code": false, | ||
"ja-no-space-between-full-width": true, | ||
"ja-nakaguro-or-halfwidth-space-between-katakana": true, | ||
"ja-no-space-around-parentheses": true, | ||
"ja-space-after-exclamation": false, | ||
"ja-space-after-question": false, | ||
"ja-no-space-between-full-width": false | ||
}, | ||
"spellcheck-tech-word": true, | ||
"period-in-list-item": { | ||
"periodMark": "", | ||
"periodMarks": [ | ||
".", | ||
"。", | ||
"." | ||
], | ||
"ignoreLinkEnd": true, | ||
"allowPeriodMarks": [], | ||
"allowEmoji": false, | ||
"forceAppendPeriod": false | ||
}, | ||
"ja-hiragana-keishikimeishi": false, | ||
"ja-hiragana-fukushi": true, | ||
"ja-hiragana-hojodoushi": true, | ||
"@textlint-ja/textlint-rule-no-insert-dropping-sa": true, | ||
"prefer-tari-tari": false, | ||
"abbr-within-parentheses": true, | ||
"no-mixed-zenkaku-and-hankaku-alphabet": true, | ||
"footnote-order": true | ||
} | ||
} |
Oops, something went wrong.