flowise / .prettierrc.js
rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
174 Bytes
module.exports = {
printWidth: 140,
singleQuote: true,
jsxSingleQuote: true,
trailingComma: 'none',
tabWidth: 4,
semi: false,
endOfLine: 'auto'
}