'use strict'; // Same as Strapi .prettierrc.js. module.exports = { endOfLine: 'lf', semi: true, singleQuote: true, tabWidth: 2, trailingComma: 'es5', printWidth: 100, arrowParens: 'always', };