diff --git a/.editorconfig b/.editorconfig index db01ad9e90..92ed8cbdf8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ insert_final_newline = true max_line_length = 250 trim_trailing_whitespace = true -[*.{js,json}] +[*.{js,ts,json}] indent_size = 4 indent_style = tab diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2f22cbf24d..4f1ed2022e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -45,4 +45,6 @@ The `package.json` scripts expose finer-grained test commands: - `test:calendar` – run the legacy calendar debug helper - `test:css`, `test:markdown`, `test:prettier`, `test:spelling`, `test:js` – lint-only scripts that enforce formatting, spelling, markdown style, and ESLint. -You can invoke any script with `node --run