wow-toc-parser/.prettierrc.js
2023-04-10 22:07:35 +02:00

10 lines
161 B
JavaScript

module.exports = {
semi: false,
printWidth: 100,
singleQuote: true,
trailingComma: "all",
tabWidth: 2,
bracketSpacing: true,
endOfLine: "auto",
};