mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 16:53:47 +03:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: "all",
|
||
|
singleQuote: false,
|
||
|
};
|