provider/.prettierrc.js

8 lines
145 B
JavaScript
Raw Permalink Normal View History

2020-11-06 12:38:38 +01:00
module.exports = {
semi: false,
trailingComma: 'all',
singleQuote: true,
jsxSingleQuote: true,
printWidth: 120,
tabWidth: 2,
};