Open8
linter(biome/eslint/prettier)
リンター周り
tsconfig.app.json
で JSON standard does not allow comments.
エラー
overrideで無視したい
"overrides": [
{
"include": ["**/tsconfig*.json"],
"json": {
"parser": {
"allowComments": true
}
}
}
]
追加ルール
- JSDoc
- うわ、サポートしてないのか…なんかeslintもデフォルトサポートやめるとか前あったような…?使ってる人おらんのかな。うーん…これのためにeslintいれるのもなあ…
- rscss
- やはりというかサポートしてない…うーむ
この2つのためにeslint使うまであるなあ…
ない?
- CSSの並び順ルールない…?
- JSDoc
- rscss