mirror of
https://github.com/project-slippi/slippi-js.git
synced 2025-10-06 00:32:40 +02:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: "all",
|
|
singleQuote: false,
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
};
|