sessions-ext/.prettierrc.js

4 lines
43 B
JavaScript
Raw Normal View History

2022-11-15 06:26:00 +00:00
module.exports = {
singleQuote: true,
};