mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 16:58:28 +02:00
📚 Update documentation.
This commit is contained in:
parent
8caa5c6a65
commit
34d15e4192
4 changed files with 76 additions and 95 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue