view 3rdparty/bootstrap/js/.jshintrc @ 5983:d877a2ac5ae4

Added mailgw interfaces.py example from Thomas Arendsen Hein Cut down example supplied from Thomas used with Intevation's roundup trackers.
author John Rouillard <rouilj@ieee.org>
date Sat, 23 Nov 2019 15:18:02 -0500
parents c109f7c1e477
children
line wrap: on
line source

{
    "validthis": true,
    "laxcomma" : true,
    "laxbreak" : true,
    "browser"  : true,
    "eqnull"   : true,
    "debug"    : true,
    "devel"    : true,
    "boss"     : true,
    "expr"     : true,
    "asi"      : true
}

Roundup Issue Tracker: http://roundup-tracker.org/