1 2 3 4 5 6 7 8 9
module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 120, tabWidth: 2, endOfLine: 'auto', plugins: [require('prettier-plugin-import-sort')], };