From 159137e6425a97c126645110d19d0533643d5ee7 Mon Sep 17 00:00:00 2001 From: takurinton Date: Thu, 22 Sep 2022 13:52:20 +0900 Subject: [PATCH] fix: typo docs and contributors link in CONTRIBUTING.md (#4639) * fix: contributors link * fix: 01-command-line-reference close scope * Update 01-command-line-reference.md * fix linting Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> Co-authored-by: Alex <93376818+sashashura@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson Co-authored-by: Lukas Taegert-Atkinson --- CONTRIBUTING.md | 2 +- docs/01-command-line-reference.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92075a70898..bddafdb386b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ If you require technical assistance, [Stackoverflow](https://stackoverflow.com/q ### Contributors -Thank you to all the people who have already contributed to rollup! +Thank you to all the people who have already contributed to rollup! ### Backers diff --git a/docs/01-command-line-reference.md b/docs/01-command-line-reference.md index 525a360b983..7bf701e6dc7 100755 --- a/docs/01-command-line-reference.md +++ b/docs/01-command-line-reference.md @@ -232,7 +232,9 @@ Alternatively you can use the `defineConfig` helper, which should provide Intell // rollup.config.js import { defineConfig } from 'rollup'; -export default defineConfig({ /* your config */ }; +export default defineConfig({ + /* your config */ +}); ``` Besides `RollupOptions` and the `defineConfig` helper that encapsulates this type, the following types can prove useful as well: