3 Commits

Author SHA1 Message Date
Charles Lyding
3ec03e9673 revert: build: integrate prettier code formatter
This reverts commit 920be3ab397f5f3315a960630274581256f9986b.
2019-03-05 14:53:33 -08:00
Charles Lyding
920be3ab39 build: integrate prettier code formatter 2019-03-04 09:32:08 -08:00
Hans
a6f80e4fe7 Various QoL with TSLint and Docs (#12655)
* docs: add README files to all root folders

Except benchmark and tools.

* refactor: move rules/ directory to etc/

And fix a linting error that was found while updating tslint usage

* ci: lint errors out if TSLint shows a warning

This is not a warning from the code itself, but from TSLint. For example,
if a rule was missing, TSLint will just ignore the rule, show something on
STDOUT and not fail.

This fixes CI where local rules were missing for unknown reasons. It will
now fail CI when that happens, which is the correct behaviour.
2018-10-23 11:59:16 -07:00