1
0
mirror of https://github.com/fluencelabs/aqua-playground synced 2025-04-01 04:11:19 +00:00

9 lines
145 B
JavaScript
Raw Normal View History

module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
};