.prettierrc.js 56 Bytes
Newer Older
liang ce committed
1 2 3 4
module.exports = {
  semi: false,
  singleQuote: true
}