mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
bracketSameLine: true,
|
|
printWidth: 120,
|
|
};
|