spiffworkflow-frontend/.prettierrc.js

4 lines
43 B
JavaScript
Raw Normal View History

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