gotangible / prettier.config.js
prettier.config.js
Raw
module.exports = {
  singleQuote: false,
  semi: true,
}