InputDatasource: Fixed prettier errors (#23679)

* InputDatasource: Fixed prettier errors

* Fixed prettier config in toolkit to make it consistent with grafana core prettier config
pull/23730/head
Torkel Ödegaard 6 years ago committed by GitHub
parent 4d9d3270af
commit 017767ae39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      package.json
  2. 2
      packages/grafana-toolkit/src/config/prettier.plugin.config.json

@ -39,6 +39,7 @@
"test": "grunt test",
"themes:generate": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts",
"typecheck": "tsc --noEmit",
"plugins:build-bundled": "grafana-toolkit plugin:bundle-managed",
"watch": "yarn start -d watch,start core:start --watchTheme "
},
"husky": {

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

Loading…
Cancel
Save