thelounge/client/js
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
..
libs Avoid escaping quotes whenever possible 2017-11-26 17:34:28 -05:00
socket-events Merge pull request #1739 from thelounge/xpaw/inactive-scroll 2017-11-26 11:40:50 +02:00
autocompletion.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
clipboard.js Format messages on copy 2017-09-03 11:27:53 +03:00
condensed.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
constants.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
keybinds.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
loading-slow-alert.js Add "reload page" button when Lounge fails to start. 2017-06-10 20:15:32 +03:00
localStorage.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
lounge.js Trim channel messages in active channel and when switching channels 2017-11-23 16:23:32 +02:00
options.js Fix options 2017-11-19 19:43:42 +02:00
render.js Trim channel messages in active channel and when switching channels 2017-11-23 16:23:32 +02:00
renderPreview.js Trigger keep to bottom for previews correctly 2017-11-26 15:49:31 +02:00
socket.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
sorting.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
utils.js Remove unused var, satisfy linter rules, simplify calls 2017-10-04 00:56:14 +03:00
webpush.js Fix options 2017-11-19 19:43:42 +02:00