strapi/.prettierrc.js

10 lines
159 B
JavaScript
Raw Permalink Normal View History

2019-05-29 15:05:06 +02:00
module.exports = {
endOfLine: 'lf',
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
printWidth: 100,
2022-08-08 23:33:39 +02:00
arrowParens: 'always',
2019-05-29 15:05:06 +02:00
};