Files
pyscript/pyscriptjs/.prettierrc.js
woxtu 6cb81b5c3d Remove the Svelte plugins for ESLint/Prettier (#733)
* Remove the Svelte plugins for Prettier

* Remove the Svelte plugins for ESLint
2022-08-29 01:13:16 +05:30

10 lines
178 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
singleQuote: true,
printWidth: 120,
semi: true,
tabWidth: 4,
trailingComma: 'all',
};