mirror of
https://github.com/grafana/grafana.git
synced 2024-12-29 10:21:41 -06:00
emergency fix for the abundance of jshint errors -- sorry y'all
This commit is contained in:
parent
74a526daaf
commit
a6c425ef97
@ -8,7 +8,7 @@
|
||||
"globalstrict": true,
|
||||
"devel": true,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"forin": false,
|
||||
"immed": true,
|
||||
"supernew": true,
|
||||
"expr": true,
|
||||
@ -19,7 +19,7 @@
|
||||
"noempty": true,
|
||||
"undef": true,
|
||||
"boss": true,
|
||||
"trailing": true,
|
||||
"trailing": false,
|
||||
"laxbreak": true,
|
||||
"laxcomma": true,
|
||||
"sub": true,
|
||||
|
Loading…
Reference in New Issue
Block a user