1
0
mirror of synced 2024-11-21 20:46:07 +03:00
select2/prettier.config.js
2019-06-25 15:23:14 -07:00

11 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
};