mirror of
https://github.com/grafana/grafana.git
synced 2025-12-18 22:16:21 -05:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
};
|