spiffworkflow-frontend/.prettierrc.js

4 lines
43 B
JavaScript
Raw Normal View History

2022-06-27 13:36:19 +00:00
module.exports = {
singleQuote: true,
};