Richard Hansen
7df3ded66f
lint: Put opening brace on same line as function
...
Normally I would let `eslint --fix` do this for me, but there's a bug
that causes:
const x = function ()
{
// ...
};
to become:
const x = ()
=> {
// ...
};
which ESLint thinks is a syntax error. (It probably is; I don't know
enough about the automatic semicolon insertion rules to be confident.)
2020-11-24 20:06:12 +00:00
..
2020-03-24 23:24:38 +01:00
2018-09-02 13:10:27 +02:00
2020-03-24 23:24:38 +01:00
2020-06-27 20:12:06 +01:00
2020-04-19 03:03:44 +02:00
2020-03-24 23:24:38 +01:00
2020-03-24 23:24:38 +01:00
2020-10-21 18:43:17 +01:00
2020-06-27 20:12:06 +01:00
2020-10-21 18:43:17 +01:00
2017-02-03 06:47:33 -02:00
2020-11-24 20:06:12 +00:00
2020-03-24 23:24:38 +01:00
2020-06-03 10:34:13 +00:00
2020-10-30 10:40:11 +00:00
2020-03-24 23:24:38 +01:00
2020-03-24 23:24:38 +01:00
2020-03-24 23:24:38 +01:00
2020-03-24 23:24:38 +01:00
2014-10-14 18:46:12 +05:30
2020-11-24 20:06:12 +00:00
2020-06-27 20:12:06 +01:00
2020-05-28 22:37:34 +01:00
2020-06-27 20:12:06 +01:00
2020-10-21 18:43:17 +01:00
2020-05-29 21:06:38 +01:00
2020-03-24 23:24:38 +01:00
2020-10-21 18:43:17 +01:00
2020-10-21 18:43:17 +01:00
2020-10-21 18:43:17 +01:00
2020-09-27 21:44:43 +01:00
2020-03-24 23:24:38 +01:00
2020-03-24 23:24:38 +01:00
2020-06-27 20:12:06 +01:00
2019-04-16 00:54:54 +02:00
2020-05-29 18:27:16 +01:00