mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bring the Demo's into master for testing & Automate the updates to gh-pages branch
This commit is contained in:
35
.jshintrc
35
.jshintrc
@ -1,13 +1,26 @@
|
||||
{
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"browser": true
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"expr":true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"qunit": true,
|
||||
|
||||
"globals": {
|
||||
"jQuery": true,
|
||||
"define": false,
|
||||
"require": false,
|
||||
"delay": false,
|
||||
"debounce": false,
|
||||
"throttle": false,
|
||||
"Gridster": false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user