aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:38:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:38:11 +0530
commit0a3576722cfaafabc28669f2380ab583186e9daa (patch)
tree62b61a3eb2bb3f984e2a94a35cac36151e10ed54 /docs
parentdocs: add langdon as a contributor for code [skip ci] (#135) (diff)
downloadferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.tar.gz
ferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.tar.zst
ferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.zip
eslint needs to be executed at the top-level to actually work
Diffstat (limited to 'docs')
-rw-r--r--docs/integration.md2
-rw-r--r--docs/updating.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/integration.md b/docs/integration.md
index fa3949a..1766b9d 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -53,7 +53,7 @@ This command will automatically create the development recipe in the correct fol
53 53
545. (Mandatory) Please run the following step before raising a PR: 545. (Mandatory) Please run the following step before raising a PR:
55```Bash 55```Bash
56pnpm i && pnpm lint && pnpm reformat-files && pnpm package 56pnpm i && pnpm lint:fix && pnpm reformat-files && pnpm package
57``` 57```
58Fix any issues that are reported. 58Fix any issues that are reported.
59 59
diff --git a/docs/updating.md b/docs/updating.md
index aeb2ffe..51505a1 100644
--- a/docs/updating.md
+++ b/docs/updating.md
@@ -31,6 +31,6 @@ Ferdium uses this version to determine if it should update the local copy of the
31 31
32## 5. Running the validation checks 32## 5. Running the validation checks
33 33
34This might be the __most important step__ of this guide. You'll need to run the `pnpm lint && pnpm reformat-files && pnpm package` command to ensure that all validation checks are run. 34This might be the __most important step__ of this guide. You'll need to run the `pnpm lint:fix && pnpm reformat-files && pnpm package` command to ensure that all validation checks are run.
35 35
36## 6. Commit your changes and create a PR to <https://github.com/ferdium/ferdium-recipes> 36## 6. Commit your changes and create a PR to <https://github.com/ferdium/ferdium-recipes>