mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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:
parent
8a10bd5231
commit
29547a2102
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue