mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-06 14:23:40 +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,
|
|
};
|