mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: "es5",
|
|
singleQuote: false,
|
|
tabWidth: 2,
|
|
};
|