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,
|
"bitwise": true,
|
||||||
"browser" : true,
|
"browser": true,
|
||||||
"camelcase": true,
|
"camelcase": true,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
@@ -9,10 +9,10 @@
|
|||||||
"latedef": true,
|
"latedef": true,
|
||||||
"maxerr": 50,
|
"maxerr": 50,
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"node" : true,
|
"node": true,
|
||||||
"noempty": true,
|
"noempty": true,
|
||||||
"quotmark": "single",
|
|
||||||
"plusplus": false,
|
"plusplus": false,
|
||||||
|
"quotmark": "single",
|
||||||
"regexp": true,
|
"regexp": true,
|
||||||
"strict": false,
|
"strict": false,
|
||||||
"trailing": true,
|
"trailing": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user