1
0
Fork 0
mirror of synced 2025-04-03 05:03:31 +03:00
select2/prettier.config.js
2019-06-25 15:23:14 -07:00

10 lines
212 B
JavaScript

// prettier.config.js or .prettierrc.js
module.exports = {
endOfLine: 'lf',
printWidth: 120,
tabWidth: 4,
trailingComma: 'none',
semi: true,
singleQuote: true,
jsxSingleQuote: true
};