1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-11 22:34:06 +02:00

add jshint notice

This commit is contained in:
Bernhard Posselt 2015-07-10 09:47:11 +02:00
parent b334d7bc94
commit c970d7dcc8

View File

@ -82,6 +82,7 @@ You can also send a mail to the [owncloud-devel mailing list](https://mailman.ow
* Place a space before and after the parameter block for if, else, for, foreach, function
* Everything should be in pascalCase except classes which should be in CamelCase
* For linting JavaScript, a [jshint file](https://github.com/owncloud/news/blob/master/js/.jshintrc) is used that is run before compiling the JavaScript
### Project Structure
The project is structured in the following way: