aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccd3cae..6a2eba0 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,12 @@ If TypeScript complains about missing type definitions, or you want to typecheck
55yarn typecheck 55yarn typecheck
56``` 56```
57 57
58To run the linter, run
59
60```sh
61yarn run lint
62```
63
58## License 64## License
59 65
60> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt;<br> 66> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt;<br>