mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: "all",
|
|
singleQuote: false,
|
|
};
|