mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: "es5",
|
||
|
singleQuote: false,
|
||
|
tabWidth: 2,
|
||
|
};
|