]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move `immed` to JSCS.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Feb 2014 12:21:21 +0000 (14:21 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Feb 2014 15:30:08 +0000 (17:30 +0200)
Gruntfile.js
grunt/.jshintrc

index 5bc1c07eddc4474a92370415a0be4284ef155084..fbb6a1a86968f0be6e84a39eec135cb0c3aaeeea 100644 (file)
@@ -65,6 +65,9 @@ module.exports = function (grunt) {
         config: 'js/.jscsrc'
       },
       grunt: {
+        options: {
+          'requireParenthesesAroundIIFE': true
+        },
         src: ['Gruntfile.js', 'grunt/*.js']
       },
       src: {
index f79ed0cac181387b203479dba214198aaaf8fc37..c812e59d846ee9e865994b3aaa258ab4cdc70274 100644 (file)
@@ -1,7 +1,6 @@
 {
   "curly"    : true,
   "eqeqeq"   : true,
-  "immed"    : true,
   "newcap"   : true,
   "noarg"    : true,
   "node"     : true,