mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
50fb1497e5
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
};
|