knowlegegraph-platform/.prettierrc.js

8 lines
115 B
JavaScript

module.exports = {
singleQuote: true,
semi: true,
endOfLine: 'lf',
tabWidth: 2,
trailingComma: 'all',
};