https://github.com/grafana/grafana
Raw File
Tip revision: ee584d30f24491293e14ed0a09f65adbd6e02430 authored by Tom Ratcliffe on 05 April 2024, 16:42:04 UTC
Update select tests with examples of tweaking tests to use new test-utils approach
Tip revision: ee584d3
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top