📚 Update documentation.

This commit is contained in:
Andrey Antukh 2020-12-02 23:31:25 +01:00
parent 8caa5c6a65
commit 34d15e4192
4 changed files with 76 additions and 95 deletions

View file

@ -30,10 +30,16 @@ Frontend tests have to be compiled first, and then run with node.
npx shadow-cljs compile tests && node target/tests.js
```
## Linter
We can execute the linter for the whole codebase with the following command
Or run the watch (that automatically runs the test):
```bash
npx clj-kondo --lint common:backend/src:frontend/src
npx shadow-cljs watch tests
```
## Linter
We can execute the linter for the whole codebase with the following command:
```bash
clj-kondo --lint common:backend/src:frontend/src
```