mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Normalize .jshintrc.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bitwise": true,
|
||||
"browser" : true,
|
||||
"browser": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
@@ -9,10 +9,10 @@
|
||||
"latedef": true,
|
||||
"maxerr": 50,
|
||||
"noarg": true,
|
||||
"node" : true,
|
||||
"node": true,
|
||||
"noempty": true,
|
||||
"quotmark": "single",
|
||||
"plusplus": false,
|
||||
"quotmark": "single",
|
||||
"regexp": true,
|
||||
"strict": false,
|
||||
"trailing": true,
|
||||
|
||||
Reference in New Issue
Block a user