mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
13 lines
418 B
JSON
13 lines
418 B
JSON
{
|
|
"disallowImplicitTypeConversion": ["string"],
|
|
"disallowKeywords": ["with"],
|
|
"disallowMultipleLineBreaks": true,
|
|
"disallowMixedSpacesAndTabs": true,
|
|
"disallowTrailingWhitespace": true,
|
|
"requireSpacesInFunctionExpression": {
|
|
"beforeOpeningCurlyBrace": true
|
|
},
|
|
"disallowSpacesInsideArrayBrackets": true,
|
|
"disallowSpacesInsideParentheses": true,
|
|
"validateIndentation": 2
|
|
} |