aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-03 20:36:40 +0530
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:49:26 +0100
commit37dc94099b136c1fc29102f28b17921b4fbad16d (patch)
tree82659093f11c9d62a0660b4090cfe43c7aa00929 /README.md
parentUpgrade npm modules (diff)
downloadsophie-37dc94099b136c1fc29102f28b17921b4fbad16d.tar.gz
sophie-37dc94099b136c1fc29102f28b17921b4fbad16d.tar.zst
sophie-37dc94099b136c1fc29102f28b17921b4fbad16d.zip
Incorporate 'eslint' (fixes #3)
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
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>