add lint info

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob 2020-01-09 11:02:46 +01:00
parent f6ee620250
commit 4e880c784e
1 changed files with 2 additions and 1 deletions

View File

@ -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!
5. 🎉 Partytime!
6. 💻 Fix easily linting issues with `npm run lint:fix`