hydra/.prettierrc.js

6 lines
82 B
JavaScript

module.exports = {
semi: true,
trailingComma: "all",
singleQuote: false,
};