style(aio): fix docs linting issues (#19702)

These issues appeared after upgrade of eslint jasmine plugin

PR Close #19702
This commit is contained in:
Peter Bacon Darwin
2017-10-25 15:02:01 +01:00
committed by Matias Niemelä
parent e48dc270b5
commit ced5186ca4
5 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,4 @@
/* eslint jasmine/prefer-toHaveBeenCalledWith:0 */
const fs = require('fs');
const {resolve} = require('canonical-path');
const {generateDocs} = require('./index.js');