thelounge/src
Jérémie Astori 287c3a8223
Avoid escaping quotes whenever possible
Our `.eslintrc.yml` configuration file already allows for avoiding escape (see [ESLint doc for `avoidEscape`](https://eslint.org/docs/rules/quotes#avoidescape)) so we might as well use it. We already use this in a few places I believe.
2017-11-26 17:34:28 -05:00
..
command-line Deprecate LOUNGE_HOME env var in favor of THELOUNGE_HOME, .lounge_home file in favor of .thelounge_home 2017-11-21 00:36:26 -05:00
models Change users array to be a Map 2017-11-19 11:35:15 +02:00
plugins Avoid escaping quotes whenever possible 2017-11-26 17:34:28 -05:00
client.js Change users array to be a Map 2017-11-19 11:35:15 +02:00
clientManager.js Go back to writing user files synchronously 2017-11-11 20:44:09 +02:00
helper.js Remove express-handlebars, read manifest.json to get theme-color 2017-11-19 19:43:43 +02:00
identification.js Avoid escaping quotes whenever possible 2017-11-26 17:34:28 -05:00
log.js Enable ESLint no-console rule to avoid future mistakes 2017-09-17 21:50:21 -04:00
server.js Don't send defaults if not displaying network 2017-11-19 19:46:04 +02:00
userLog.js Write correct timestamp to user log 2017-09-14 10:42:21 +03:00