Commit graph

13 commits

Author SHA1 Message Date
Vinicius Fortuna
59ebbd8a02 Cleanup 2020-05-08 16:43:40 -04:00
Vinicius Fortuna
e1462b757b Upgrade Typescript 2020-04-28 02:04:25 -04:00
alalamav
e9eb2d30ec
Only lint HTML files with prettier (#592) 2020-02-28 17:59:32 -05:00
Jonathan Cohen
565a5d9a6e
Use Prettier to format HTML and CSS files (#583)
* Use Prettier to format HTML, CSS, and Markdown files

Currently alalama uses Sublime's built-in formatter while JonathanDCohen uses VS Code.  This standardizes us on Prettier and adds formatting to our pre-commit hooks.

pretty-quick has no option to only format changed lines, so this commit will be followed by a format of the src/ directory in order to keep unrelated formatting changes from polluting diffs in upcoming commits.

Code contributors can use the instructions at https://prettier.io/docs/en/editors.html if they'd like to integrate prettier with their editor of choice

* Format html and css files in ui_components

* Fix some html errors found by Prettier
2020-02-20 18:10:04 -05:00
Jonathan Cohen
72efc24130
Update to Typescript 3.7 (#558)
See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html for more information.  Among the nice new features are optional chainging and null coalescing, and assertion functions, as well as some additional safety checks in the compiler
2020-01-17 16:42:02 -05:00
Jonathan Cohen
5e72b1d554
Update typescript (#519)
This corresponds with the same change in outline-client

Tested:
yarn do {server_manager/test, shadowbox/test, shadowbox/integration_test/run, sentry_webhook/build, metrics_server/build}
2019-10-22 17:22:27 -04:00
Trevor Johnston
cc417f6abb simplify precommit linting, always use binaries in node_modules 2019-01-07 14:54:18 -05:00
Trevor Johnston
54ca9caa2c migrate to husky 1.x, auto-upgrade config 2019-01-07 14:43:22 -05:00
Trevor Johnston
b3ab9c9962 upgrade to latest bigquery client library, remove now-unnecessary typings 2018-12-11 14:33:08 -05:00
fortuna
67e870e439 Add yarn minimum version 2018-04-06 17:47:31 -04:00
fortuna
d22cbaed8d Use yarn workspaces 2018-04-06 16:29:25 -04:00
fortuna
fb58ec9703 Move bower install into postinstall 2018-04-06 16:22:53 -04:00
Trevor Johnston
c44d9f2fb9 import code 2018-03-14 17:52:39 -04:00