Commit 29547a21 authored by Chris Rebert's avatar Chris Rebert
Browse files

JSHint is on crack?

Linting docs/grunt/bs-raw-files-generator.js ...ERROR
[L3:C5] W079: Redefinition of 'btoa'.
var btoa = require('btoa')
parent 8a10bd52
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
/* jshint node: true */
var btoa = require('btoa')
var btoa = require('btoa') // jshint ignore:line
var fs = require('fs')
function getFiles(type) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment