Skip to content

Commit

Permalink
feat(data): Add the timetable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahito committed Feb 20, 2024
1 parent 42a2f7d commit 61e0cd5
Show file tree
Hide file tree
Showing 5 changed files with 739 additions and 52 deletions.
32 changes: 30 additions & 2 deletions 2024/.textlintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"plugins": {
"html": true
"html": true,
"yaml": true
},
"filters": {
"allowlist": {
"allow": [
"3D点群データ",
"3D地図",
"d払い",
"NTTPCコミュニケーションズ",
"NTTコムウェア",
"NTTデータ",
"開発等多種多様",
"付加価値基盤開発",
"音楽学習指導実現",
"一般社団法人全日本",
"複数人同時共同編集",
"時間短縮効果測定結果",
"技術革新統括本部",
"日本電信電話株式会社"
]
}
},
"rules": {
"preset-ja-spacing": {
Expand All @@ -15,22 +36,29 @@
}
},
"preset-ja-technical-writing": {
"ja-no-abusage": true,
"ja-no-mixed-period": {
"allowPeriodMarks": [":"]
},
"ja-no-redundant-expression": true,
"ja-unnatural-alphabet": true,
"ja-no-weak-phrase": false,
"no-doubled-joshi": {
"allow": ["か", "で"],
"strict": false
},
"no-exclamation-question-mark": false,
"no-unmatched-pair": true,
"max-kanji-continuous-len": {
"allow": [],
"max": 6
},
"no-exclamation-question-mark": false,
"sentence-length": {
"max": 200
}
},
"prh": {
"rulePaths": ["./prh.yml"]
}
}
}
Loading

0 comments on commit 61e0cd5

Please sign in to comment.