Fix lint script to analyze nested files

This commit is contained in:
Brandon Millman
2017-10-19 12:02:51 -07:00
parent 32e8e52ad7
commit b3d8cefbe6
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export class RPC {
uri: `http://${this.host}:${this.port}`,
body: payload,
headers: {
'content-type': 'application/json'
'content-type': 'application/json',
},
};
const bodyString = await request(opts);