mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
37 lines
585 B
Plaintext
37 lines
585 B
Plaintext
{
|
|
"browser": true,
|
|
|
|
"bitwise":false,
|
|
"curly": true,
|
|
"eqnull": true,
|
|
"globalstrict": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"forin": false,
|
|
"immed": true,
|
|
"supernew": true,
|
|
"expr": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"undef": true,
|
|
"boss": true,
|
|
"trailing": true,
|
|
"laxbreak": true,
|
|
"laxcomma": true,
|
|
"sub": true,
|
|
"unused": true,
|
|
"maxdepth": 6,
|
|
"maxlen": 140,
|
|
|
|
"globals": {
|
|
"System": true,
|
|
"define": true,
|
|
"require": true,
|
|
"Chromath": false,
|
|
"setImmediate": true
|
|
}
|
|
}
|