en_btr_frontend/.prettierrc.js

6 lines
58 B
JavaScript
Raw Permalink Normal View History

2021-04-08 14:22:27 +00:00
'use strict';
module.exports = {
singleQuote: true,
};