Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob <jakob.roehrl@web.de>2020-01-09 13:02:46 +0300
committerJakob <jakob.roehrl@web.de>2020-01-09 13:02:46 +0300
commit4e880c784eb286c1cffeae375b7311a4cdae0601 (patch)
treefbd0428acfe66c00fccf4120f19d1f69f5db06f0 /README.md
parentf6ee62025005556250da8ead05319e9c01aeb8d4 (diff)
add lint info
Signed-off-by: Jakob <jakob.roehrl@web.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83a2b9a4..e68c5a7d 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,5 @@ If you'd like to join, just go through the [issue list](https://github.com/nextc
2. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies
3. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. Watch changes with: `make watch-js`
4. ✅ Enable the app through the app management of your Nextcloud
-5. 🎉 Partytime! \ No newline at end of file
+5. 🎉 Partytime!
+6. 💻 Fix easily linting issues with `npm run lint:fix` \ No newline at end of file