Skip to content

Commit

Permalink
lint: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Remicck committed Dec 4, 2023
1 parent 97724fe commit 3a6063e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"max": 3
},
"max-kanji-continuous-len": {
"max": 6
"max": 11
},
"arabic-kanji-numbers": true,
"no-mix-dearu-desumasu": {
Expand Down Expand Up @@ -122,6 +122,7 @@
"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,
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ IDPosを用いた分析サービスの開発に、PMOとして従事

- キーエンス製Android型QRコードスキャナーを使い、伝票番号を取得、各種入力を行いDBに保存するアプリケーションの実装
- 住宅向け建材製造工場にて利用中
- Metabaseを用いたダッシュボード機能も作成し、現在はダッシュボード画面を全画面にして工場内のモニターに表示、現在の実績を表示している
- ダッシュボード機能も作成し、現在はダッシュボード画面を全画面にして工場内のモニターに表示、現在の実績を表示している

- 使用技術:Next.js + TypeScript + Prisma.js + MySQL + Amazon Lightsail + Mackerel

0 comments on commit 3a6063e

Please sign in to comment.