2021-09-19 13:20:31 -07:00

6 lines
106 B
JavaScript

// https://prettier.io/docs/en/options.html
module.exports = {
printWidth: 100,
singleQuote: true,
};