Raphael von der Grün 393dad6349
Lint JS files w/out extension too (#453)
Prior to this change, JS files without extension had not been linted.

To match them, we need a combination of positive and negative globbing
that does not mix well with the existing file selection for linting. Thus, we use
npm-run-all to run two ESLint invocations unconditionally in sequence
while still preserving the error code.

* Lint JS w/out extension too
* Fix newly surfaced linting errors
* Make use of npm-run-all for test script too
2018-06-18 23:48:02 +02:00
..
2017-06-23 08:07:08 -07:00
2018-01-26 06:21:53 +00:00
2017-06-23 08:07:08 -07:00
2017-08-04 12:00:39 -07:00
2018-05-21 18:02:14 +08:00