frigate/web/prettier.config.js
2022-03-09 21:55:23 -06:00

5 lines
62 B
JavaScript

module.exports = {
printWidth: 120,
singleQuote: true,
};