mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
This commit is contained in:
@@ -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({
|
||||||
@@ -26,6 +28,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
jshint: {
|
jshint: {
|
||||||
options: {
|
options: {
|
||||||
|
ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
|
||||||
jshintrc: 'js/.jshintrc'
|
jshintrc: 'js/.jshintrc'
|
||||||
},
|
},
|
||||||
gruntfile: {
|
gruntfile: {
|
||||||
|
@@ -3,9 +3,11 @@
|
|||||||
"laxcomma" : true,
|
"laxcomma" : true,
|
||||||
"laxbreak" : true,
|
"laxbreak" : true,
|
||||||
"browser" : true,
|
"browser" : true,
|
||||||
|
"eqeqeq" : false,
|
||||||
"eqnull" : true,
|
"eqnull" : true,
|
||||||
"debug" : true,
|
"debug" : true,
|
||||||
"devel" : true,
|
"devel" : true,
|
||||||
|
"curly" : false,
|
||||||
"boss" : true,
|
"boss" : true,
|
||||||
"expr" : true,
|
"expr" : true,
|
||||||
"asi" : true
|
"asi" : true
|
||||||
|
Reference in New Issue
Block a user