scripts/.prettierrc.js

4 lines
43 B
JavaScript
Raw Normal View History

2022-12-31 10:15:23 +00:00
module.exports = {
singleQuote: true,
};