sudo-proxy/.prettierrc.js

5 lines
67 B
JavaScript
Raw Normal View History

2022-12-26 20:27:42 +00:00
module.exports = {
trailingComma: 'all',
singleQuote: true,
};