strapi/.prettierrc.js

8 lines
115 B
JavaScript
Raw Normal View History

2019-05-29 15:05:06 +02:00
module.exports = {
endOfLine: 'lf',
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
};