tachiyomi-website/website/.prettierrc.js
Soitora 77f8b9c581
Convert Prettier config to ESM
Stylelint is not yet supported
ESLint is supported experimentally, but not one of the relied on packages
2023-08-08 20:00:30 +02:00

10 lines
171 B
JavaScript

export default {
tabWidth: 4,
useTabs: true,
printWidth: 120,
trailingComma: "es5",
bracketSpacing: true,
htmlWhitespaceSensitivity: "ignore",
endOfLine: "auto",
}