1
0
mirror of synced 2024-11-22 04:56:08 +03:00
select2/prettier.config.js

11 lines
212 B
JavaScript
Raw Normal View History

2019-06-26 01:23:14 +03:00
// prettier.config.js or .prettierrc.js
module.exports = {
endOfLine: 'lf',
printWidth: 120,
tabWidth: 4,
trailingComma: 'none',
semi: true,
singleQuote: true,
jsxSingleQuote: true
};