view 3rdparty/bootstrap/js/.jshintrc @ 6033:4d2e1fa03f0f

flake8 format fixes, ignore 'file' as it is a type under py2
author John Rouillard <rouilj@ieee.org>
date Fri, 03 Jan 2020 21:22:36 -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/