mirror of
https://github.com/sussy-code/browser-ext.git
synced 2026-01-11 20:10:17 +00:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
/**
|
|
* @type {import('prettier').Options}
|
|
*/
|
|
export default {
|
|
printWidth: 120,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
endOfLine: 'auto',
|
|
};
|