browser-ext/.prettierrc.mjs

10 lines
151 B
JavaScript
Raw Permalink Normal View History

2024-04-25 18:16:30 +00:00
/**
* @type {import('prettier').Options}
*/
export default {
printWidth: 120,
trailingComma: 'all',
singleQuote: true,
endOfLine: 'auto',
};