thelounge/test
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
..
client/js/libs/handlebars Avoid escaping quotes whenever possible 2017-11-26 17:34:28 -05:00
commands Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
fixtures Add hardcoded vapid key and a test for it 2017-09-25 11:46:15 +03:00
models Change users array to be a Map 2017-11-19 11:35:15 +02:00
plugins Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
tests Move cleanIrcMessage to a separate file 2017-11-19 18:19:52 +02:00
mocha.opts Add a simple (first) test for localetime Handlebars helper 2016-10-20 01:49:34 +02:00
server.js Fix test 2017-11-19 19:43:43 +02:00
util.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00