mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
module.exports = {
|
|
printWidth: 140,
|
|
singleQuote: true,
|
|
jsxSingleQuote: true,
|
|
trailingComma: 'none',
|
|
tabWidth: 4,
|
|
semi: false,
|
|
endOfLine: 'auto'
|
|
}
|