InputDatasource: Fixed prettier errors (#23679)

* InputDatasource: Fixed prettier errors

* Fixed prettier config in toolkit to make it consistent with grafana core prettier config
This commit is contained in:
Torkel Ödegaard
2020-04-21 10:14:14 +02:00
committed by GitHub
parent 4d9d3270af
commit 017767ae39
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 150
"printWidth": 120
}