mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
semi: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|