Fabien Basmaison 70c652d565 [assets] Add rules to ESLint:
- Fix long line.
- Enforce a few stylistic habits:

    - Avoid some potential dangerous constructs.
    - `arrow-spacing`: Use at least one space around arrows.
    - `keyword-spacing`: Use at least one space around keywords (if, else, for…).
    - `no-multiple-empty-lines`: Only use one empty line between code.
	- `no-var`: Use `let` or `const` instead of `var`:
    - `padded-blocks`: Do not pad blocks.
    - `padding-line-between-statements`: Use empty lines between some statements.
    - `space-before-blocks`: Use at least one space before the opening brace of a block.
2021-04-06 10:42:52 +02:00
..
2021-03-30 09:03:57 -07:00
2021-04-06 10:42:52 +02:00
2021-04-04 09:45:25 -07:00
2021-03-08 08:49:10 -08:00
2020-09-17 13:30:54 -07:00
2021-04-04 20:57:30 -07:00
2021-03-08 08:49:10 -08:00
2021-03-08 08:49:10 -08:00
2021-03-29 08:33:12 -07:00
2021-04-04 16:22:36 -04:00
2021-03-08 08:49:10 -08:00
2021-04-04 21:01:52 -07:00
2021-03-08 08:49:10 -08:00
2021-04-03 12:30:18 -07:00
2021-03-08 08:49:10 -08:00
2021-04-03 14:32:34 -07:00
2020-09-21 08:10:37 -07:00