prettier.config.js 84 B

1234
  1. module.exports = {
  2. "singleQuote": true,
  3. "htmlWhitespaceSensitivity": "strict"
  4. }