mirror of https://github.com/grafana/grafana.git
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:
parent
4d9d3270af
commit
017767ae39
|
@ -39,6 +39,7 @@
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"themes:generate": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts",
|
"themes:generate": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
|
"plugins:build-bundled": "grafana-toolkit plugin:bundle-managed",
|
||||||
"watch": "yarn start -d watch,start core:start --watchTheme "
|
"watch": "yarn start -d watch,start core:start --watchTheme "
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"printWidth": 150
|
"printWidth": 120
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue