UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

15 lines (14 loc) 205 B
module.exports = { arrowParens: "always", bracketSpacing: false, printWidth: 100, trailingComma: "es5", overrides: [ { files: "*.webmanifest", options: { parser: "json", }, }, ], };