Skip to content

Commit 1fa95b2

Browse files
authored
Update lint.md
1 parent 848ef06 commit 1fa95b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/lint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This means developers can spend less time on code reviews and formatting fixes,
1515

1616
## Prerequisites
1717

18-
Before using this command, you simply need to [install](/installation) the SASjsCLI. It is NOT necessary to configure a `sasjs/sasjsconfig.json` file - the `sasjs lint` command can be executed from anywhere - including from within a git hook.
18+
Before using this command, you simply need to [install](/installation) the SASjs CLI. It is NOT necessary to configure a `sasjs/sasjsconfig.json` file - the `sasjs lint` command can be executed from anywhere - including from within a git hook.
1919

2020
## Configuration
2121

@@ -90,12 +90,12 @@ if [[ "$LINT" != "✔ All matched files use @sasjs/lint code style!" ]]; then
9090
fi
9191
```
9292

93-
If you run `sasjs create SOMEPROJECT -t jobs` you can check out a sample project with this hook already configured. Or, you can just [click here](https://gitpod.io/#https://github.com/sasjs/template_jobs).
93+
If you run `sasjs create SOMEPROJECT -t jobs` you can check out a sample project with this hook already configured. Or, you can just [clone this repo](https://github.com/sasjs/template_jobs) and run `npm prepare`.
9494

9595

9696
## Sponsorship & Contributions
9797

98-
SASjs is an open source framework! Contributions are welcomed. If you would like to see a feature, because it would be useful in your project, but you don't have the requisite (typescript) experience - then how about you engage us on a short project and we build it for you?
98+
SASjs is an open source framework! Contributions are welcomed. If you would like to see a feature, because it would be useful in your project, but you don't have the requisite (TypeScript) experience - then how about you engage us to build it for you?
9999

100-
Contact [Allan Bowe](https://www.linkedin.com/in/allanbowe/) for further details.
100+
Contact [Allan Bowe](https://www.linkedin.com/in/allanbowe/) for details.
101101

0 commit comments

Comments
 (0)