mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
13 lines
338 B
JavaScript
13 lines
338 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSameLine: true,
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
plugins: ['prettier-plugin-svelte'],
|
|
semi: true,
|
|
svelteSortOrder: 'options-styles-scripts-markup',
|
|
svelteStrictMode: false,
|
|
svelteIndentScriptAndStyle: true,
|
|
tabWidth: 4,
|
|
trailingComma: 'all',
|
|
} |