Skip to content

Commit

Permalink
Merge pull request #278 from ntt-developers/fix_timetable
Browse files Browse the repository at this point in the history
Timetable 記載
  • Loading branch information
1484 authored Feb 20, 2024
2 parents 42a2f7d + b725117 commit c463fab
Show file tree
Hide file tree
Showing 7 changed files with 772 additions and 63 deletions.
41 changes: 36 additions & 5 deletions 2024/.textlintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"plugins": {
"html": true
"html": true,
"yaml": true
},
"filters": {
"allowlist": {
"allow": [
"3D点群データ",
"3D地図",
"d払い",
"NTTPCコミュニケーションズ",
"NTTコミュニケーションズ",
"NTTコムウェア",
"NTTデータ",
"ネットワークOS",
"変更に",
"開発等多種多様",
"付加価値基盤開発",
"音楽学習指導実現",
"一般社団法人全日本",
"複数人同時共同編集",
"時間短縮効果測定結果",
"技術革新統括本部",
"日本電信電話株式会社"
]
}
},
"rules": {
"preset-ja-spacing": {
Expand All @@ -15,22 +39,29 @@
}
},
"preset-ja-technical-writing": {
"ja-no-mixed-period": {
"allowPeriodMarks": [":"]
},
"ja-no-abusage": true,
"ja-no-mixed-period": false,
"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-mix-dearu-desumasu": false,
"no-unmatched-pair": true,
"max-kanji-continuous-len": {
"allow": [],
"max": 6
},
"no-exclamation-question-mark": false,
"period-in-list-item": true,
"sentence-length": {
"max": 200
}
},
"prh": {
"rulePaths": ["./prh.yml"]
}
}
}
14 changes: 13 additions & 1 deletion 2024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@

```
$ npm install
$ npm run-script build
$ npm run build
```

### How to local preview

```
$ npm run preview
```

### How to lint

```
$ npm run lint
```

### How to deploy
Expand Down
Loading

0 comments on commit c463fab

Please sign in to comment.