mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
};
|