JSHint is on crack?

Linting docs/grunt/bs-raw-files-generator.js ...ERROR
[L3:C5] W079: Redefinition of 'btoa'.
var btoa = require('btoa')
This commit is contained in:
Chris Rebert 2014-01-08 18:45:40 -08:00
parent 8a10bd5231
commit 29547a2102

View File

@ -1,6 +1,6 @@
/* jshint node: true */
var btoa = require('btoa')
var btoa = require('btoa') // jshint ignore:line
var fs = require('fs')
function getFiles(type) {