File tree Expand file tree Collapse file tree 10 files changed +38
-47
lines changed Expand file tree Collapse file tree 10 files changed +38
-47
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "parserOptions": {
3+ "ecmaVersion": 2018,
4+ "sourceType": "module"
5+ },
6+
7+ "env": {
8+ "es6": true
9+ }
10+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./node_modules/gts"
3+ }
4+
Original file line number Diff line number Diff line change 11** /node_modules
2- ** /coverage
3- test /fixtures
2+ ** /.coverage
43build /
54docs /
65protos /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ // Copyright 2020 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ module . exports = {
16+ ...require ( 'gts/.prettierrc.json' )
17+ }
Original file line number Diff line number Diff line change 1111// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212// See the License for the specific language governing permissions and
1313// limitations under the License.
14+
1415import express = require( 'express' ) ;
1516
1617const PORT = Number ( process . env . PORT ) || 8080 ;
Original file line number Diff line number Diff line change 2727 "wait-port" : " ^0.2.7" ,
2828 "@types/express" : " ^4.16.0" ,
2929 "chai" : " ^4.2.0" ,
30- "tslint" : " ^6.0.0"
30+ "tslint" : " ^6.0.0" ,
31+ "typescript" : " ^3.8.3"
3132 }
3233}
Original file line number Diff line number Diff line change 1414
1515'use strict' ;
1616
17- /* eslint node/no-extraneous-require: "off" */
18-
1917const assert = require ( 'assert' ) ;
2018const puppeteer = require ( 'puppeteer' ) ;
2119/* global document */
Original file line number Diff line number Diff line change 2323 "eslint-plugin-node" : " ^11.0.0" ,
2424 "eslint-plugin-prettier" : " ^3.1.0" ,
2525 "eslint-plugin-promise" : " ^4.1.1" ,
26+ "gts" : " ^2.0.0" ,
2627 "prettier" : " ^2.0.0" ,
27- "requestretry" : " ^4.0.0"
28+ "requestretry" : " ^4.0.0" ,
29+ "typescript" : " ^3.8.3"
2830 }
2931}
You can’t perform that action at this time.
0 commit comments