https://github.com/grafana/grafana
Raw File
Tip revision: d23918fd955a89613f0bb7dde1c250d98c4058a7 authored by Eduardo Franscisco Pedrosa on 05 April 2024, 17:24:57 UTC
Fixes #81465: Exclude-null now it's getting initialized properly by default (#85613)
Tip revision: d23918f
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top