Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade standard lib to silence npm audit warnings. Disable linting.
standard is a linter for js files. Note that it does not work on ts file, which makes the `npm run lint` command inneffective, except for the example files. With the upgrade, standard breaks when it can't find any files, and it reports many warnings for the example files (stylistic warnings). So it is also disabled for now.
- Loading branch information