bastodon/.prettierrc.js

4 wiersze
65 B
JavaScript

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