commit | 6f4aa0ee4cb14a8fb4fe9255943fa75ede57cacc | [log] [tgz] |
---|---|---|
author | Jamal Carvalho <jamal@golang.org> | Tue Jan 11 17:56:41 2022 +0000 |
committer | Jamal Carvalho <jamalcarvalho@google.com> | Tue Jan 11 22:46:10 2022 +0000 |
tree | f07c0e7bfdc4ba88647953e27df2576d35fae447 | |
parent | 60e69eecf230205ddad248acba3f07f09ab564f0 [diff] [blame] |
website: add support for JS/TS unit testing Change-Id: I8bb35b7183c07c44c5e5da8dc2f2c15cc38ea64b Reviewed-on: https://go-review.googlesource.com/c/website/+/377734 Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alex Rakoczy <alex@golang.org> Trust: Jamal Carvalho <jamalcarvalho@google.com>
diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 09d6a43..a3c2d0a 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml
@@ -1,7 +1,7 @@ root: true extends: google parserOptions: - ecmaVersion: 6 + ecmaVersion: 2018 rules: require-jsdoc: 'off' indent: 'off'