Files
old-lab_ui/bower_components/remarkable-bootstrap-notify/jshintrc.json
2019-06-04 13:11:32 -04:00

27 lines
361 B
JSON

{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,
"maxparams": 5,
"sub": true,
"devel": true,
"browser": true,
"globals": {
"jQuery": false
}
}