mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
tweak Gruntfile.js so it passes jshint
This commit is contained in:
parent
ba62cfeffe
commit
03b2866b9e
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
|
/* jshint node: true */
|
||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
// Project configuration.
|
// Project configuration.
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
|
|
Loading…
Reference in a new issue