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
..
2013-11-24 13:08:26 +00:00
2020-04-24 02:24:53 +02:00
2020-11-24 20:06:12 +00:00
2020-03-29 00:53:17 +01:00
2020-06-03 23:11:44 -04:00
2019-01-26 23:52:02 +00:00
2019-01-26 23:52:02 +00:00
2020-11-24 20:06:12 +00:00
2020-10-06 13:28:11 +01:00
2020-11-24 20:06:12 +00:00
2019-10-20 02:09:22 +02:00
2018-08-17 00:09:25 +02:00
2020-09-08 15:04:17 +01:00
2020-10-06 13:28:11 +01:00
2020-06-01 19:36:40 +01:00
2020-06-01 19:36:40 +01:00
2019-10-20 02:09:22 +02:00
2019-01-26 23:52:02 +00:00
2020-10-06 13:28:11 +01:00
2020-10-06 13:28:11 +01:00
2020-11-24 20:06:12 +00:00
2020-10-06 13:28:11 +01:00
2020-05-15 02:20:46 +02:00
2020-05-13 23:04:01 +02:00
2020-09-22 14:10:44 +01:00
2019-01-30 10:47:50 +00:00
2020-10-06 13:28:11 +01:00
2020-06-03 23:11:44 -04:00
2020-03-29 00:53:17 +01:00