This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
142
Packages
Projects
Releases
Wiki
Activity
70dc9a0027
grafana
/
.prettierrc.js
6 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Prettier: Add prettier config that imports prettier from toolkit (#23729)
2020-04-21 23:23:49 +08:00
module
.
exports
=
{
Toolkit: Remove deprecated `plugin:build` (#67485) Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2023-04-28 20:33:16 +08:00
trailingComma
:
'es5'
,
singleQuote
:
true
,
printWidth
:
120
,
Prettier: Add prettier config that imports prettier from toolkit (#23729)
2020-04-21 23:23:49 +08:00
}
;