diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-23 10:57:58 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-23 10:57:58 +0000 |
| commit | 910d166e1cf63fc1cd36ca02fc3bc94adb2b7f57 (patch) | |
| tree | f9c788d5cac8d8c5b31f1864cf44b92da0753708 /CONTRIBUTING.md | |
| parent | Merge branch 'develop' into feature/2024.10 (diff) | |
| download | sharkey-910d166e1cf63fc1cd36ca02fc3bc94adb2b7f57.tar.gz sharkey-910d166e1cf63fc1cd36ca02fc3bc94adb2b7f57.tar.bz2 sharkey-910d166e1cf63fc1cd36ca02fc3bc94adb2b7f57.zip | |
more linting instructions
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e03206cd6..4ac4ee5019 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -712,7 +712,8 @@ seems to do a decent job) test:e2e` (requires a test database, [see above](#testing)) and fix as much as you can * right now `megalodon` doesn't pass its tests, so we skip them -* run lint `pnpm --filter=backend lint` + `pnpm --filter=frontend - --filter=frontend-embed eslint` and fix as much as you can +* run lint `pnpm --filter=backend --filter=frontend-shared lint` + + `pnpm --filter=frontend --filter=frontend-embed eslint` and fix as + much as you can Then push and open a Merge Request. |