mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
14 lines
203 B
JavaScript
14 lines
203 B
JavaScript
![]() |
/**
|
||
|
*
|
||
|
* prettier configuration for front-end files
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
printWidth: 110,
|
||
|
parser: 'flow',
|
||
|
useTabs: true,
|
||
|
singleQuote: true,
|
||
|
bracketSpacing: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|