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

/examplesをMr.doob's Code Style™で自動整形を行う. #1033

Merged
merged 17 commits into from
Sep 6, 2022

Conversation

ke456-png
Copy link
Contributor

@ke456-png ke456-png commented Sep 1, 2022

Description

  • パッケージの追加
  • packages/*/package.json のlint/lint-fixの変更
  • packages/*/example/に.eslintrcを追加
  • examplesを自動整形

/examplesではMr.doob's Code Style™に従うことになっていますが、自動整形を行うための設定を提供していませんでした。
そのため、ESLintによる自動整形を行うためのパッケージを追加します。

three.jsを参考に以下のパッケージを追加します。

  • eslint-config-mdcs
  • eslint-plugin-html

yarn lintおよびyarn lint-fxはexampleにも適用されるようになります。

Issues & Workarounds

HTMLファイルのインラインスクリプトを自動整形する場合、ブロックのインデントが正しくつかない問題があります。
それを回避するためにESLintのpadded-blocksオプションをオフにして自動整形を回避しています。

yarn lintおよびyarn lint-examplesを実行する時に、コマンドライン引数でpadded-blocksオプションを有効にしているため
エラーは表示されます。
該当箇所は手動で修正を行ってください。

@ke456-png ke456-png changed the title Draft: examples以下だけMr.doob's Code Style™で整形を行う. /examplesをMr.doob's Code Style™で整形を行う. Sep 5, 2022
@ke456-png ke456-png changed the title /examplesをMr.doob's Code Style™で整形を行う. /examplesをMr.doob's Code Style™で自動整形を行う. Sep 5, 2022
@ke456-png ke456-png requested a review from 0b5vr September 5, 2022 03:37
@ke456-png ke456-png marked this pull request as ready for review September 5, 2022 03:37
@ke456-png ke456-png self-assigned this Sep 5, 2022
@0b5vr
Copy link
Contributor

0b5vr commented Sep 6, 2022

@ke456-png examples下、 no-undefno-unused-vars もsuppressできますか?

lintのルールをオフにするか、あるいはGlitchのときみたいにglobal指定するかでしょうか。

image

image

@ke456-png
Copy link
Contributor Author

no-undef はglobal指定で対応します。
no-unused-vars はOFFにしてみます

Copy link
Contributor

@0b5vr 0b5vr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@ke456-png ke456-png merged commit 86ede50 into 1.0 Sep 6, 2022
@ke456-png ke456-png deleted the feat/lint-mdcs branch September 6, 2022 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants