mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 10:23:24 +00:00
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
/**
|
|
* @type {import('prettier').Options}
|
|
*/
|
|
export default {
|
|
printWidth: 120,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
endOfLine: 'auto',
|
|
};
|