43:1ba0ab25df12
Anton Shestakov <av6@dwimlabs.net>, Wed, 25 Jul 2018 17:10:37 +0800
docs: list supported formats and links to various collections of music files

previous change 25:e06dd8612ad9

.jshintrc

Permissions: -rw-r--r--

Other formats: Feeds:
{
// Enforcing
"curly" : true, // true: Require {} for every new block or scope
"eqeqeq" : true, // true: Require triple equals (===) for comparison
"forin" : true, // true: Require filtering for..in loops with obj.hasOwnProperty()
"freeze" : true, // true: prohibits overwriting prototypes of native objects such as Array, Date etc.
"latedef" : true, // true: Require variables/functions to be defined before being used
"newcap" : true, // true: Require capitalization of all constructor functions e.g. `new F()`
"noarg" : true, // true: Prohibit use of `arguments.caller` and `arguments.callee`
"noempty" : true, // true: Prohibit use of empty blocks
"nonbsp" : true, // true: Prohibit "non-breaking whitespace" characters.
"nonew" : true, // true: Prohibit use of constructors for side-effects (without assignment)
// Environments
"browser" : true, // Web Browser (window, document, etc)
"jquery" : true, // jQuery
// Custom Globals
"globals" : {"_": false, "Backbone": false}
}