mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 120,
|
||
|
jsxBracketSameLine: true,
|
||
|
tabWidth: 2,
|
||
|
trailingComma: 'es5',
|
||
|
};
|