mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03: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:
@@ -1,6 +1,6 @@
|
|||||||
/* jshint node: true */
|
/* jshint node: true */
|
||||||
|
|
||||||
var btoa = require('btoa')
|
var btoa = require('btoa') // jshint ignore:line
|
||||||
var fs = require('fs')
|
var fs = require('fs')
|
||||||
|
|
||||||
function getFiles(type) {
|
function getFiles(type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user