wishlist-client/prettier.config.js

5 lines
57 B
JavaScript
Raw Permalink Normal View History

2022-04-24 23:12:11 +02:00
module.exports = {
singleQuote: true,
semi: false,
}