2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Move immed to JSCS.

This commit is contained in:
XhmikosR
2014-02-28 14:21:21 +02:00
parent 2545073024
commit c586a56d57
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -65,6 +65,9 @@ module.exports = function (grunt) {
config: 'js/.jscsrc'
},
grunt: {
options: {
'requireParenthesesAroundIIFE': true
},
src: ['Gruntfile.js', 'grunt/*.js']
},
src: {
-1
View File
@@ -1,7 +1,6 @@
{
"curly" : true,
"eqeqeq" : true,
"immed" : true,
"newcap" : true,
"noarg" : true,
"node" : true,