monosus / super-static

0 stars 0 forks source link

lintersの隠蔽 #36

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 8 months ago

This is a draft PR for branch feature_issue-35 related to the issue #35.

Summary by CodeRabbit

- Refactor: プロジェクトのセットアップ手順とnpmスクリプトを更新し、`bun`を使用するように変更しました。
- Style: `hotfix.css`内の`h1`スタイルを更新しました。
- Chore: `minista.config`のインポートをコメントアウトし、関数のデフォルト引数を変更しました。
- New Feature: Viteの設定にCSSのPostCSS設定を追加しました。
- Refactor: lint設定とlintスクリプトを更新し、新しい非同期lintスクリプトを追加しました。
- Bug fix: TypeScriptのコンパイラ設定ファイル(tsconfig.json)の"include"プロパティの値を修正しました。
github-actions[bot] commented 8 months ago

Image description CodeRabbit

ウォークスルー:
この変更は、プロジェクトのセットアップ手順、ビルド設定、lint設定、および一部のコンポーネントの振る舞いを改善するためのものです。これにより、開発者の生産性が向上し、コードの品質と保守性が改善されます。

変更点:

ファイル 要約
README.md, package.json プロジェクトのセットアップ手順とnpmスクリプトを更新。bunを使用するように変更し、新たなcheckコマンドを追加。
src/assets/hotfix.css h1スタイルに対する変更を行い、プレースホルダセレクタを拡張。
src/components/utils/HtmlAppendedLink.tsx, src/components/utils/InsertHtml.tsx グローバル設定ファイルのインポートをコメントアウトし、関数のデフォルト引数を変更。
tools/build/minista.config.ts Viteの設定にCSSのPostCSS設定を追加し、ビルド時にPostCSSの設定が適用されるように変更。
tools/lint/.prettierrc, tools/lint/.stylelintrc.json, tools/lint/linting.ts lint設定とlintスクリプトを更新し、新たな非同期lintコマンドを追加。
tsconfig.json TypeScriptのコンパイラ設定を更新し、ソースコードの探索場所を変更。

Uplevel your code reviews with CodeRabbit Pro ### CodeRabbit Pro If you like this project, please support us by purchasing the [Pro version](https://coderabbit.ai). The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.