bastodon/.prettierrc.js

4 řádky
65 B
JavaScript

module.exports = {
singleQuote: true,
jsxSingleQuote: true
}