Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timetable 記載 #278

Merged
merged 6 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading