go-ember-template/frontend/.prettierrc.js

13 lines
149 B
JavaScript
Raw Normal View History

2024-11-26 15:25:39 +00:00
'use strict';
module.exports = {
overrides: [
{
files: '*.{js,ts}',
options: {
singleQuote: true,
},
},
],
};