Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Dec 24, 2024
1 parent 4140af7 commit 72bda0b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/routes/posts/biome-and-typescript-eslint.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
---
title: "Biomeとtypescript-eslintの併用と型情報Lintの課題"
description: "a"
date: "2024/12/24"
updatedAt: "2024/12/24"
description: "VercelがBiomeのGold Sponsorになりました。これを機に、採用していく企業やチームが増えていくはずなので、Biomeの課題でもある型情報Lintの話をしようと思います。"
date: "2024/12/25"
updatedAt: "2024/12/25"
path: "biome-and-typescript-eslint"
published: true
---

[2024年 ユウトの一人アドベントカレンダー](https://adventar.org/calendars/9980)の24日目の記事です
[2024年 ユウトの一人アドベントカレンダー](https://adventar.org/calendars/9980)の25日目の記事です

## Intro

VercelがBiomeのGold Sponsorになりました。

これを機に、採用していく企業やチームが増えていくはずなので、Biomeの課題でもある型情報Lintの話をしようと思います。

## 前提

本記事では話をスムーズに進ませるために、いくつか前提をすっ飛ばしていくので、以下のブログを見ていただけると、話がスムーズに進むかもしれません。

- [typescript-eslintでの型情報の利用とルール実装の実際](https://yossy.dev/posts/typescript-eslint-type-info-rules)
Expand Down Expand Up @@ -56,4 +58,4 @@ Biome側がtypescript-eslit相当のものを実装しない要因として、ts
## まとめ

最後は少し余談を挟んでしまいましたが、要するに、
Biomeを採用する際にtypescript-eslintがない、カスタムルールがないから使わない。というのは、eslint + typescrip-eslintを併用すれば解決できます
Biomeを採用する際にtypescript-eslintがない、カスタムルールがないから使わない。というのは勿体無く、biome + eslint + typescrip-eslintを併用すれば解決できるかもしれません

0 comments on commit 72bda0b

Please sign in to comment.