mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 11:49:11 +00:00
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
module.exports = {
|
|
printWidth: 90,
|
|
useTabs: false,
|
|
tabWidth: 2,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
bracketSpacing: true,
|
|
semi: false,
|
|
}
|