From f67413c8435ceb6710f976e8c930269142a0e695 Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Tue, 13 Aug 2024 15:53:13 +0200 Subject: [PATCH] chore: mention stylelint in docs --- docs/getting-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4e484870..786126f4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -81,6 +81,12 @@ To add prettier configuration: yarn d2-style add prettier ``` +To add stylelint configuration: + +```sh +yarn d2-style add stylelint +``` + To add Git hooks, the format is: ```sh