1
0
Fork 0

Add linter for JS files with basic recommended rules:

- Add Github Action.
- Fix JS files to match rules; mostly `globals` and `exported`.
This commit is contained in:
Fabien Basmaison 2021-03-31 17:07:28 +02:00
parent 40c7bde7ec
commit 53f03457cc
8 changed files with 376 additions and 11 deletions

View file

@ -1,4 +1,4 @@
// Toggle all checkboxes.
/* exported toggleAllCheckboxes */
/**
* Toggle all descendant checkboxes of a target.